Skip to content

Commit

Permalink
finalized tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rieck committed Oct 31, 2014
1 parent 5ee28db commit 8675f37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/check_configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for CONFIG in config1.cfg config2.cfg config3.cfg ; do
done

# Save output
cp $OUTPUT /tmp/check_configs.txt
#cp $OUTPUT /tmp/check_configs.txt

# Diff output and precomputed data
diff $CHECK $OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion tests/check_measures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for I in 1 2 3 4 5 ; do
done

# Save output
cp $OUTPUT /tmp/check_measures.txt
#cp $OUTPUT /tmp/check_measures.txt

# Diff output and precomputed data
diff $CHECK $OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion tests/check_options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ for OPTION in "-m dist_hamming" "-m kern_spectrum" "-x 2:" "-y 1:-1" \
done

# Save output
cp $OUTPUT /tmp/check_options.txt
#cp $OUTPUT /tmp/check_options.txt

# Diff output and precomputed data
diff $CHECK $OUTPUT
Expand Down

0 comments on commit 8675f37

Please sign in to comment.