From: Hamed Gorjiara Date: Wed, 13 Nov 2019 09:19:01 +0000 (-0800) Subject: Only run learningset test cases X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a55cc4ad768337570d1aba4fe73cc95ffc0a474c;p=satune.git Only run learningset test cases --- diff --git a/src/Scripts/runbench.sh b/src/Scripts/runbench.sh index 44e52bf..2e47420 100755 --- a/src/Scripts/runbench.sh +++ b/src/Scripts/runbench.sh @@ -16,7 +16,7 @@ BIN=./bin DUMP=$(find . -name "*.dump") cd $BIN for d in $DUMP; do - if [[ $d = *$1* ]]; then + if [[ $d = *$1* ]] && [[ $d = *learningset* ]]; then echo "Running: ./run.sh tunerrun "."$d $2 $3 out.out" ./run.sh tunerrun "."$d $2 $3 out.out echo "Return code: $?"