aboutsummaryrefslogtreecommitdiff
path: root/.buildbot
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-09-21 10:21:51 +0200
committert3sserakt <t3ss@posteo.de>2020-09-21 10:21:51 +0200
commit87467c4aa2cfb5385d09caa021e701a419b9a9fe (patch)
tree46cd090432b9b800647d76dca16839a20713e2cd /.buildbot
parent0427fde155bc5eb57c6b2716348fa59a14e18f56 (diff)
downloadgnunet-87467c4aa2cfb5385d09caa021e701a419b9a9fe.tar.gz
gnunet-87467c4aa2cfb5385d09caa021e701a419b9a9fe.zip
added test_communicator_basic-udp test case for buildbot
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 75a1cb994..30339d7c3 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' 6make check TESTS='test_communicator_basic-tcp test_communicator_rekey-tcp test_communicator_basic-unix test_communicator_basic-udp'
7pkill --signal 9 -U buildbot gnunet 7pkill --signal 9 -U buildbot gnunet
8popd 8popd