commit 4df6cc3e77969131b73895334e43eedd67e46326 parent 4eeb7fbf0a9aba7d5853ea94b1b04a6dda75a811 Author: t3sserakt <t3ss@posteo.de> Date: Mon, 25 Jan 2021 16:54:28 +0100 - why is tng buildbot failing Diffstat:
| M | .buildbot/firefly-x86_64-amdepyc_test_tng.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.buildbot/firefly-x86_64-amdepyc_test_tng.sh b/.buildbot/firefly-x86_64-amdepyc_test_tng.sh @@ -3,6 +3,6 @@ # echo "Skipped" pushd src/transport -make check TESTS='test_communicator_basic-tcp test_communicator_rekey-tcp test_communicator_basic-unix test_communicator_basic-udp test_communicator_backchannel-udp test_communicator_rekey-udp test_communicator_bidirect-tcp' +make check TESTS='test_communicator_basic-tcp test_communicator_rekey-tcp test_communicator_basic-udp test_communicator_backchannel-udp test_communicator_rekey-udp test_communicator_bidirect-tcp' pkill --signal 9 -U buildbot gnunet popd