commit | 1b403a58d9fcd0b8e31314cb2765b28123379637 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Wed Aug 26 11:30:48 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Aug 26 18:38:01 2015 +0000 |
tree | ad7ad7bbbdd36b8c23a5052071ec24776757fe15 | |
parent | 91916b622a6169d99afc9f319ce35c7411204b8a [diff] [blame] |
Fixing a few STC glitches. Change-Id: I38c0a81911e392be0d6e1d392511456b57acf16c
diff --git a/tools/test/bin/stc b/tools/test/bin/stc index 120d7fd..fe8a5af 100755 --- a/tools/test/bin/stc +++ b/tools/test/bin/stc
@@ -19,4 +19,5 @@ [ -t 1 ] && stcColor=true || unset stcColor -java -jar $JAR $scenario "$@" +[ -z "$stcDebug" ] && DEBUG_OPTS="" +java $DEBUG_OPTS -jar $JAR $scenario "$@"