From 72331deb3bfed2e82f1d5c87eb185ab67d783308 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Tue, 8 Sep 2020 16:58:46 +0200 Subject: - added tng test script --- .buildbot/firefly-x86_64-amdepyc_test.sh | 10 +--------- .buildbot/firefly-x86_64-amdepyc_test_tng.sh | 8 ++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 .buildbot/firefly-x86_64-amdepyc_test_tng.sh (limited to '.buildbot') diff --git a/.buildbot/firefly-x86_64-amdepyc_test.sh b/.buildbot/firefly-x86_64-amdepyc_test.sh index d665d3a7c..db202a112 100755 --- a/.buildbot/firefly-x86_64-amdepyc_test.sh +++ b/.buildbot/firefly-x86_64-amdepyc_test.sh @@ -1,11 +1,3 @@ #!/bin/bash -# echo "Skipped" - -pushd src/transport -make check TESTS='test_communicator_basic-tcp' -cat test-suite.log -pkill --signal 9 -U buildbot gnunet -make check TESTS='test_communicator_rekey-tcp' -pkill --signal 9 -U buildbot gnunet -popd +echo "Skipped" diff --git a/.buildbot/firefly-x86_64-amdepyc_test_tng.sh b/.buildbot/firefly-x86_64-amdepyc_test_tng.sh new file mode 100644 index 000000000..031615517 --- /dev/null +++ b/.buildbot/firefly-x86_64-amdepyc_test_tng.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +# echo "Skipped" + +pushd src/transport +make check TESTS='test_communicator_basic-tcp test_communicator_rekey-tcp' +pkill --signal 9 -U buildbot gnunet +popd -- cgit v1.2.3