aboutsummaryrefslogtreecommitdiff
path: root/.buildbot/firefly-x86_64-amdepyc_test.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-09-05 21:49:16 +0200
committerChristian Grothoff <christian@grothoff.org>2020-09-05 21:49:16 +0200
commit6656636f73c1e6d12403fe1ea86e0e0c13ab0cc3 (patch)
tree51c16de1f4ac5c45f8f48a7150df9f13b0824190 /.buildbot/firefly-x86_64-amdepyc_test.sh
parentafc13e32896257b7ed0e5aa88e280950419148ac (diff)
parentac165b5babe8a0fb77177aafc9990abefb053c0f (diff)
downloadgnunet-6656636f73c1e6d12403fe1ea86e0e0c13ab0cc3.tar.gz
gnunet-6656636f73c1e6d12403fe1ea86e0e0c13ab0cc3.zip
Merge branch 'master' of git+ssh://gnunet.org/gnunet
Diffstat (limited to '.buildbot/firefly-x86_64-amdepyc_test.sh')
-rwxr-xr-x.buildbot/firefly-x86_64-amdepyc_test.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/.buildbot/firefly-x86_64-amdepyc_test.sh b/.buildbot/firefly-x86_64-amdepyc_test.sh
index db202a112..d665d3a7c 100755
--- a/.buildbot/firefly-x86_64-amdepyc_test.sh
+++ b/.buildbot/firefly-x86_64-amdepyc_test.sh
@@ -1,3 +1,11 @@
1#!/bin/bash 1#!/bin/bash
2 2
3echo "Skipped" 3# echo "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