diff --git a/tools/run-all-tests.sh b/tools/run-all-tests.sh index 5cb31b4edd..aab6bd64fb 100755 --- a/tools/run-all-tests.sh +++ b/tools/run-all-tests.sh @@ -1,6 +1,7 @@ #!/bin/bash ## Setup +cd `dirname $0` METEOR_DIR=`pwd`/.. # Die with message on failure, print commands being executed trap 'echo FAILED' EXIT