mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix run-all-tests.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user