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