allow run_tests.sh to report why it failed

the set -e was suppressing all the echo information about why
run_tests.sh was failing, which makes it quite hard to figure out
what is going on.

Change-Id: Ie210ee5b5e9ff0028a89da520580db7cd1d9f03a
This commit is contained in:
Sean Dague 2013-02-22 13:22:42 -05:00
parent 64ee4ac1aa
commit cde01d5810

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -eu
set -u
function usage {
echo "Usage: $0 [OPTION]..."