make script runnable in one terminal, without server output garbling up test results. This won't work well on CI server but makes it clear to run locally
This commit is contained in:
10
run.sh
10
run.sh
@@ -1,6 +1,4 @@
|
||||
sh synapse/clear.sh
|
||||
sh synapse/start.sh
|
||||
sh riot/start.sh
|
||||
node start.js
|
||||
sh riot/stop.sh
|
||||
sh synapse/stop.sh
|
||||
tmux \
|
||||
new-session "sh riot/stop.sh; sh synapse/stop.sh; sh synapse/clear.sh; sh synapse/start.sh; sh riot/start.sh; read"\; \
|
||||
split-window "sleep 5; node start.js; sh riot/stop.sh; sh synapse/stop.sh; read"\; \
|
||||
select-layout even-vertical
|
||||
|
||||
Reference in New Issue
Block a user