Some changes to make the testing script run on mac, too, + a multithreaded server for riot
This commit is contained in:
parent
4aad156b92
commit
04b64dbae9
7 changed files with 57 additions and 17 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
BASE_DIR=$(readlink -f $(dirname $0))
|
||||
set -e
|
||||
|
||||
BASE_DIR=$(cd $(dirname $0) && pwd)
|
||||
PIDFILE=riot.pid
|
||||
CONFIG_BACKUP=config.e2etests_backup.json
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue