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
This commit is contained in:
Neels Hofmeyr 2018-04-11 14:53:28 +02:00
parent c6e06f76ae
commit 1fd6679d9d
9 changed files with 1 additions and 1 deletions

View File

@ -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