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/.
Holger Freyther gerrit-no-reply at lists.osmocom.orgReview at https://gerrit.osmocom.org/7492 WIP.. see what is executed? Where is cdf_test Change-Id: Ib9cd27c9d2628ad1d001ec57f6c80c3690df9a86 --- M selftest/Makefile M selftest/all_tests.py 2 files changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/92/7492/1 diff --git a/selftest/Makefile b/selftest/Makefile index f0c8c69..3290543 100644 --- a/selftest/Makefile +++ b/selftest/Makefile @@ -1,6 +1,8 @@ .PHONY: check update check: set_pythonpath + echo "Fooooooo" + ls -la ./all_tests.py update: diff --git a/selftest/all_tests.py b/selftest/all_tests.py index 5c1ce59..ddf0a79 100755 --- a/selftest/all_tests.py +++ b/selftest/all_tests.py @@ -15,6 +15,15 @@ help='Update test expecations instead of verifying them') args = parser.parse_args() +print("FOOOO") +print("FOOOO") +print("FOOOO") +print("FOOOO") +print("FOOOO") +print("FOOOO") +print("FOOOO") +print("FOOOO") + def run_test(path): print(path) p = subprocess.Popen(path, stdout=subprocess.PIPE, stderr=subprocess.PIPE) -- To view, visit https://gerrit.osmocom.org/7492 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib9cd27c9d2628ad1d001ec57f6c80c3690df9a86 Gerrit-PatchSet: 1 Gerrit-Project: osmo-gsm-tester Gerrit-Branch: master Gerrit-Owner: Holger Freyther <holger at freyther.de>