aboutsummaryrefslogtreecommitdiff
path: root/.buildbot/firefly-x86_64-amdepyc_test_tng.sh
diff options
context:
space:
mode:
Diffstat (limited to '.buildbot/firefly-x86_64-amdepyc_test_tng.sh')
-rw-r--r--.buildbot/firefly-x86_64-amdepyc_test_tng.sh8
1 files changed, 8 insertions, 0 deletions
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 @@
1#!/bin/bash
2
3# echo "Skipped"
4
5pushd src/transport
6make check TESTS='test_communicator_basic-tcp test_communicator_rekey-tcp'
7pkill --signal 9 -U buildbot gnunet
8popd