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 11ffe66 commit 1faf5bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_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/test_configs.txt
#cp $OUTPUT /tmp/test_configs.txt

# Diff output and precomputed data
diff $TEST $OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion tests/test_options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for OPTION in "--decode_str" "--reverse_str" "-n 3" "-n 1" "-p" \
done

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

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

0 comments on commit 1faf5bf

Please sign in to comment.