commit | 30322dd4cb3161ba766546bc9993ced17701b4b3 | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@opennetworking.org> | Mon Aug 14 19:11:29 2017 -0700 |
committer | Thomas Vachuska <tom@opennetworking.org> | Tue Aug 15 16:52:33 2017 +0000 |
tree | 4645ff90ac317f499d5895973d8ba7eccee3610a | |
parent | ee993b11889c7db7176e26194070627b980147cf [diff] [blame] |
Fixing tar_file and proxy-stc Change-Id: I51ee55151975ba22d168ccad58efe92d55acd9e1
diff --git a/tools/test/bin/proxy-stc b/tools/test/bin/proxy-stc index af264d0..ac840e4 100755 --- a/tools/test/bin/proxy-stc +++ b/tools/test/bin/proxy-stc
@@ -32,9 +32,11 @@ topo default export stcDumpLogs=true export stcColor=$stcColor - stc fast + stc $1 " +status=$? mkdir -p /tmp/stc scp -r ${ONOS_USER}@${OCT}:/tmp/stc/* /tmp/stc/ +exit $status \ No newline at end of file