pass parameters through instead of hardcoding --travis

pull/21833/head
Bruno Windels 2018-09-19 10:56:39 +02:00
parent cf397efed5
commit 13b20bb192
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -15,5 +15,5 @@ trap 'handle_error' ERR
./synapse/start.sh
./riot/start.sh
node start.js --travis
node start.js $@
stop_servers