Adding set -e to onos-archetypes-test
Change-Id: Ibb7a1c3d02ae0f76e71ada46a766e77d15cb286f
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -3,6 +3,8 @@ | ... | @@ -3,6 +3,8 @@ |
| 3 | # Builds a set of projects using ONOS archetypes. | 3 | # Builds a set of projects using ONOS archetypes. |
| 4 | # ----------------------------------------------------------------------------- | 4 | # ----------------------------------------------------------------------------- |
| 5 | 5 | ||
| 6 | +set -e | ||
| 7 | + | ||
| 6 | export AROOT=/tmp/foo | 8 | export AROOT=/tmp/foo |
| 7 | export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -DarchetypeVersion=1.3.0-SNAPSHOT" | 9 | export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -DarchetypeVersion=1.3.0-SNAPSHOT" |
| 8 | 10 | ... | ... |
-
Please register or login to post a comment