commit | a67dc45535c7b0b8ea6f246a10c1f2e4e18abb83 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@ciena.com> | Wed Feb 15 16:01:17 2017 -0800 |
committer | Thomas Vachuska <tom@onlab.us> | Thu Feb 16 16:24:33 2017 +0000 |
tree | 26303ddc3d65dff54b5042efead1fdc3db3ed7b1 | |
parent | 70307580a69d268fba88d6bc87f1215f399ec06e [diff] [blame] |
Save stc temp logs in the stc folder There was an issue when OCN was set to localhost. As part of Net-Smoke, the command 'mn -c' is run which removes '/tmp/*.log'. This potentially caused some tests to fail. Change-Id: If68c184902b994e1ee38ea775c378ce29cdb891f
diff --git a/tools/test/scenarios/bin/curl-with-retry b/tools/test/scenarios/bin/curl-with-retry index c9546ae..c77b284 100755 --- a/tools/test/scenarios/bin/curl-with-retry +++ b/tools/test/scenarios/bin/curl-with-retry
@@ -1,6 +1,6 @@ #!/bin/bash -aux=/tmp/stc-$$.log +aux=/tmp/stc/stc-$$.log trap "rm -f $aux 2>/dev/null" EXIT url=$1