1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Update test/end-to-end-tests/run.sh

This commit is contained in:
Bruno Windels
2019-10-18 12:33:32 +00:00
committed by GitHub
parent e2e7303cc3
commit 3d15026da3

View File

@@ -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