Adding set -e to build commands

Change-Id: I72d02db1f6f8484f4ffb2d00406e6af2c866a7fb
diff --git a/tools/build/onos-test b/tools/build/onos-test
index 4ccb85e..c681961 100755
--- a/tools/build/onos-test
+++ b/tools/build/onos-test
@@ -3,6 +3,8 @@
 # Launches the ONOS tests on the current cell environment.
 # -----------------------------------------------------------------------------
 
+set -e
+
 [ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
 . $ONOS_ROOT/tools/build/envDefaults