From 20db5daa22e88773de78407bf6440d0fae644701 Mon Sep 17 00:00:00 2001 From: David Krebs Date: Wed, 1 Nov 2017 20:56:56 +0100 Subject: [PATCH] fix integration tests --- integration_tests/all.sh | 2 +- integration_tests/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_tests/all.sh b/integration_tests/all.sh index 862f5cf..297fe89 100755 --- a/integration_tests/all.sh +++ b/integration_tests/all.sh @@ -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 diff --git a/integration_tests/run.sh b/integration_tests/run.sh index 889a8c2..885c8dc 100755 --- a/integration_tests/run.sh +++ b/integration_tests/run.sh @@ -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