From 2c797708b38729effe82328484d67a2be02412ed Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Wed, 2 Sep 2020 16:22:21 +0200 Subject: - added second make check, because there is still an issue with second communnicator process not finishing correctly. --- .buildbot/firefly-x86_64-amdepyc_test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.buildbot') 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 @@ pushd src/transport make check TESTS='test_communicator_basic-tcp' cat test-suite.log -pkill --signal 9 -U buildbot gnunet +pkill --signal 9 -U buildbot gnunet +make check TESTS='test_communicator_rekey-tcp' +pkill --signal 9 -U buildbot gnunet popd -- cgit v1.2.3