aboutsummaryrefslogtreecommitdiff
path: root/.buildbot
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-12-08 10:47:51 +0100
committert3sserakt <t3ss@posteo.de>2020-12-08 10:47:51 +0100
commit6e3ca264f69ea03520c5855161d1c8487c1e4e01 (patch)
tree5a2c0a6b1993986c9d9bf361e24dfae5f48a94a4 /.buildbot
parent97782d1a85e43d55626b150c06b6479afd8d20d6 (diff)
downloadgnunet-6e3ca264f69ea03520c5855161d1c8487c1e4e01.tar.gz
gnunet-6e3ca264f69ea03520c5855161d1c8487c1e4e01.zip
- added testing logic for backchannel and rekey tests. Fixed bugs for rekey logic.
Diffstat (limited to '.buildbot')
-rwxr-xr-x.buildbot/firefly-x86_64-amdepyc_test_tng.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildbot/firefly-x86_64-amdepyc_test_tng.sh b/.buildbot/firefly-x86_64-amdepyc_test_tng.sh
index 162363b5a..ff504ae57 100755
--- a/.buildbot/firefly-x86_64-amdepyc_test_tng.sh
+++ b/.buildbot/firefly-x86_64-amdepyc_test_tng.sh
@@ -3,6 +3,6 @@
3# echo "Skipped" 3# echo "Skipped"
4 4
5pushd src/transport 5pushd src/transport
6make check TESTS='test_communicator_basic-tcp test_communicator_rekey-tcp test_communicator_basic-unix test_communicator_basic-udp test_communicator_backchannel-udp' 6make check TESTS='test_communicator_basic-tcp test_communicator_rekey-tcp test_communicator_basic-unix test_communicator_basic-udp test_communicator_backchannel-udp test_communicator_rekey-udp'
7pkill --signal 9 -U buildbot gnunet 7pkill --signal 9 -U buildbot gnunet
8popd 8popd