aboutsummaryrefslogtreecommitdiff
path: root/.buildbot/firefly-x86_64-amdepyc_test_tng.sh
blob: 162363b5ac61e18ba0a53a4c5434f0ef654e191a (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

# 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'
pkill --signal 9 -U buildbot gnunet
popd