make e2e test safe to run from anywhere
This commit is contained in:
Executable → Regular
+2
@@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
BASE_DIR=$(cd $(dirname $0) && pwd)
|
||||||
|
pushd $BASE_DIR
|
||||||
has_custom_riot=$(node has_custom_riot.js $@)
|
has_custom_riot=$(node has_custom_riot.js $@)
|
||||||
|
|
||||||
stop_servers() {
|
stop_servers() {
|
||||||
|
|||||||
Reference in New Issue
Block a user