aboutsummaryrefslogtreecommitdiff
path: root/.buildbot/firefly-x86_64-amdepyc_test_tng.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-09-11 21:25:38 +0200
committerChristian Grothoff <christian@grothoff.org>2020-09-11 21:25:38 +0200
commit5ebf4c2f377f10168f1385ef171be840a64267f1 (patch)
treec200a9fa469fe5139edb612c967e5da8649374a2 /.buildbot/firefly-x86_64-amdepyc_test_tng.sh
parent2bafdc2bf57d3e521c8f82ca87cccfb25f6249c2 (diff)
parent2bdead3a58bb32d55b97a46d0dcd1397a3095e70 (diff)
downloadgnunet-5ebf4c2f377f10168f1385ef171be840a64267f1.tar.gz
gnunet-5ebf4c2f377f10168f1385ef171be840a64267f1.zip
Merge branch 'master' of git+ssh://gnunet.org/gnunet
Diffstat (limited to '.buildbot/firefly-x86_64-amdepyc_test_tng.sh')
-rwxr-xr-x.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 100755
index 000000000..75a1cb994
--- /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 test_communicator_basic-unix'
7pkill --signal 9 -U buildbot gnunet
8popd