mirror of https://github.com/vector-im/riot-web
Update test/end-to-end-tests/run.sh
parent
e2e7303cc3
commit
3d15026da3
|
@ -5,7 +5,7 @@ BASE_DIR=$(cd $(dirname $0) && pwd)
|
||||||
pushd $BASE_DIR
|
pushd $BASE_DIR
|
||||||
|
|
||||||
if [ ! -d "synapse/installations" ] || [ ! -d "node_modules" ]; then
|
if [ ! -d "synapse/installations" ] || [ ! -d "node_modules" ]; then
|
||||||
echo "please, first run $BASE_DIR/install.sh"
|
echo "Please first run $BASE_DIR/install.sh"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue