[MERGED] osmo-ttcn3-hacks[master]: fix build: don't clean out expected-results.log: rename to *...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed Apr 11 17:34:09 UTC 2018


Neels Hofmeyr has submitted this change and it was merged.

Change subject: fix build: don't clean out expected-results.log: rename to *.xml
......................................................................


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
---
R bsc/expected-results.xml
R ggsn_tests/expected-results.xml
R hlr/expected-results.xml
R mgw/expected-results.xml
R msc/expected-results.xml
R sgsn/expected-results.xml
R sip/expected-results.xml
M start-testsuite.sh
R sysinfo/expected-results.xml
9 files changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bsc/expected-results.log b/bsc/expected-results.xml
similarity index 100%
rename from bsc/expected-results.log
rename to bsc/expected-results.xml
diff --git a/ggsn_tests/expected-results.log b/ggsn_tests/expected-results.xml
similarity index 100%
rename from ggsn_tests/expected-results.log
rename to ggsn_tests/expected-results.xml
diff --git a/hlr/expected-results.log b/hlr/expected-results.xml
similarity index 100%
rename from hlr/expected-results.log
rename to hlr/expected-results.xml
diff --git a/mgw/expected-results.log b/mgw/expected-results.xml
similarity index 100%
rename from mgw/expected-results.log
rename to mgw/expected-results.xml
diff --git a/msc/expected-results.log b/msc/expected-results.xml
similarity index 100%
rename from msc/expected-results.log
rename to msc/expected-results.xml
diff --git a/sgsn/expected-results.log b/sgsn/expected-results.xml
similarity index 100%
rename from sgsn/expected-results.log
rename to sgsn/expected-results.xml
diff --git a/sip/expected-results.log b/sip/expected-results.xml
similarity index 100%
rename from sip/expected-results.log
rename to sip/expected-results.xml
diff --git a/start-testsuite.sh b/start-testsuite.sh
index 5b187fa..e2da8f0 100755
--- a/start-testsuite.sh
+++ b/start-testsuite.sh
@@ -23,7 +23,7 @@
 
 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
diff --git a/sysinfo/expected-results.log b/sysinfo/expected-results.xml
similarity index 100%
rename from sysinfo/expected-results.log
rename to sysinfo/expected-results.xml

-- 
To view, visit https://gerrit.osmocom.org/7751
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic334f6b758eef865e3a497aa430691a3ae696d25
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list