commit | 6d4b185ad62b46cceddcdfe2d6349d203f3a1df3 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Fri Apr 06 08:43:48 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Fri Apr 06 08:44:24 2018 -0700 |
tree | 7374576bc03062d868b1b79448614b7a864677d0 | |
parent | c284c98d7ebc737334fdde189b6b9045437fc304 [diff] |
Disable halt on error for STC runs Change-Id: Icd54589d1192dd03189e9fdf96c54cdc77bb37e5
diff --git a/jjb/onos/onos-run-stc.sh b/jjb/onos/onos-run-stc.sh index e413f64..150348f 100644 --- a/jjb/onos/onos-run-stc.sh +++ b/jjb/onos/onos-run-stc.sh
@@ -27,10 +27,10 @@ # set up STC parameters topo default -export stcDumpLogs=true +export stcDumpLogs="true" export stcColor="false" -export stcHaltOnError=true -export TERM=vt100 +export stcHaltOnError="false" +export TERM="vt100" # run STC stc