projects
/
satune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d483537
)
Only run learningset test cases
author
Hamed Gorjiara
<hgorjiar@uci.edu>
Wed, 13 Nov 2019 09:19:01 +0000
(
01:19
-0800)
committer
Hamed Gorjiara
<hgorjiar@uci.edu>
Wed, 13 Nov 2019 09:19:01 +0000
(
01:19
-0800)
src/Scripts/runbench.sh
patch
|
blob
|
history
diff --git
a/src/Scripts/runbench.sh
b/src/Scripts/runbench.sh
index 44e52bfc6c077db49636863f9e5a84e1589e870e..2e47420a990db4e84cdb4cfeba1dce7a6cfc6d11 100755
(executable)
--- 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: $?"