Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarv committed Nov 1, 2017
1 parent 9f61f45 commit 20db5da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration_tests/all.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

find ./src/com/dkarv/testcases/ -maxdepth 1 -mindepth 1 -printf "%f\n" \
| xargs -I{} ./run.sh {} # > /dev/null
| xargs -I{} ./run.sh {} > /dev/null
2 changes: 1 addition & 1 deletion integration_tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ mkdir result

run $1 "javassist.ini"
diff -r result/cg result2/cg
diff -r result/ddg result2/ddg
# diff -r result/ddg result2/ddg

0 comments on commit 20db5da

Please sign in to comment.