From 1fd6679d9d04eb322eb416bb755201b4972a154e Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 11 Apr 2018 14:53:28 +0200 Subject: fix build: don't clean out expected-results.log: rename to *.xml 'make clean' as generated by ttcn3_makefilegen removes all *.log files, which of course cleans out expected-results.log, which should not happen. Since this is a junit XML file, rename the suffix to .xml. Change-Id: Ic334f6b758eef865e3a497aa430691a3ae696d25 --- start-testsuite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start-testsuite.sh') diff --git a/start-testsuite.sh b/start-testsuite.sh index 5b187fa1..e2da8f00 100755 --- a/start-testsuite.sh +++ b/start-testsuite.sh @@ -23,7 +23,7 @@ fi LD_LIBRARY_PATH="$SUITE_DIR:/usr/lib/titan:/usr/ttcn3/lib" ttcn3_start $SUITE $CFG $TEST -expected="$SUITE_DIR/expected-results.log" +expected="$SUITE_DIR/expected-results.xml" if [ ! -f "$expected" ]; then echo "No expected results found, not comparing outcome. ($expected)" exit 0 -- cgit v1.2.3