aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-09-02 15:07:33 +0200
committert3sserakt <t3ss@posteo.de>2020-09-02 15:07:33 +0200
commit03c26ccd4c23a7854e4e6290aa4c34e487471771 (patch)
tree3c339da3d600c836cd6d0f113469b159af62a661
parent78ae71345ff48b10c264fd100b9d2b1003c442d8 (diff)
downloadgnunet-03c26ccd4c23a7854e4e6290aa4c34e487471771.tar.gz
gnunet-03c26ccd4c23a7854e4e6290aa4c34e487471771.zip
- killing all gnunet processes still running after running the test
-rwxr-xr-x.buildbot/firefly-x86_64-amdepyc_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.buildbot/firefly-x86_64-amdepyc_test.sh b/.buildbot/firefly-x86_64-amdepyc_test.sh
index ef1401734..626bf91f4 100755
--- a/.buildbot/firefly-x86_64-amdepyc_test.sh
+++ b/.buildbot/firefly-x86_64-amdepyc_test.sh
@@ -5,4 +5,5 @@
5pushd src/transport 5pushd src/transport
6make check TESTS='test_communicator_basic-tcp' 6make check TESTS='test_communicator_basic-tcp'
7cat src/transport/test-suite.log 7cat src/transport/test-suite.log
8pkill --signal 9 -U buildbot gnunet
8popd 9popd