fix run-all-tests.sh

This commit is contained in:
David Glasser
2013-03-07 10:36:08 -08:00
parent ee10b47da7
commit ebe5ef3cef

View File

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