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:
parent
64ee4ac1aa
commit
cde01d5810
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
set -u
|
||||
|
||||
function usage {
|
||||
echo "Usage: $0 [OPTION]..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user