mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-24 10:41:28 +01:00
make e2e test safe to run from anywhere
This commit is contained in:
parent
59cc36ca65
commit
f8358fa4d0
2
test/end-to-end-tests/run.sh
Executable file → Normal file
2
test/end-to-end-tests/run.sh
Executable file → Normal file
@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
BASE_DIR=$(cd $(dirname $0) && pwd)
|
||||
pushd $BASE_DIR
|
||||
has_custom_riot=$(node has_custom_riot.js $@)
|
||||
|
||||
stop_servers() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user