diff options
| author | ruki <[email protected]> | 2016-07-04 13:08:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-04 13:08:22 +0800 |
| commit | 991766917fa74db2ea91df348fdbb79da190a0f9 (patch) | |
| tree | 81d3e6854364b96751a66047a694a493c6f3f13c | |
| parent | b17dfdc8377365506c97d76c7aa9b05b24818291 (diff) | |
fix exit status for tests script
| -rwxr-xr-x | tests/tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests b/tests/tests index 6cad6dfb2..d437635b0 100755 --- a/tests/tests +++ b/tests/tests @@ -11,7 +11,7 @@ function exec() echo $1 eval $1 $verbose if [ $? -ne 0 ] - then exit + then exit -1 fi echo "" } |
