aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-09-02 16:22:21 +0200
committert3sserakt <t3ss@posteo.de>2020-09-02 16:22:21 +0200
commit2c797708b38729effe82328484d67a2be02412ed (patch)
treebd0261994d40dd40062f97240bb95f4224a46040
parent95f0adbc3c9f56ee94852da8e2a7ab276db79474 (diff)
downloadgnunet-2c797708b38729effe82328484d67a2be02412ed.tar.gz
gnunet-2c797708b38729effe82328484d67a2be02412ed.zip
- added second make check, because there is still an issue with second communnicator process not finishing correctly.
-rwxr-xr-x.buildbot/firefly-x86_64-amdepyc_test.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.buildbot/firefly-x86_64-amdepyc_test.sh b/.buildbot/firefly-x86_64-amdepyc_test.sh
index cef0c0cdb..d665d3a7c 100755
--- a/.buildbot/firefly-x86_64-amdepyc_test.sh
+++ b/.buildbot/firefly-x86_64-amdepyc_test.sh
@@ -5,5 +5,7 @@
5pushd src/transport 5pushd src/transport
6make check TESTS='test_communicator_basic-tcp' 6make check TESTS='test_communicator_basic-tcp'
7cat test-suite.log 7cat test-suite.log
8pkill --signal 9 -U buildbot gnunet 8pkill --signal 9 -U buildbot gnunet
9make check TESTS='test_communicator_rekey-tcp'
10pkill --signal 9 -U buildbot gnunet
9popd 11popd