aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-09-02 13:26:48 +0200
committert3sserakt <t3ss@posteo.de>2020-09-02 13:26:48 +0200
commitf7fc952898b73753dd5d0d0657db85f5290486cc (patch)
tree25b58d65b1a21446411529001b399d93c4d7cbf1
parent4887fa044a7792d367b0cf9d48b3d6d3b0adfd17 (diff)
downloadgnunet-f7fc952898b73753dd5d0d0657db85f5290486cc.tar.gz
gnunet-f7fc952898b73753dd5d0d0657db85f5290486cc.zip
- run the tng test test_communicator_basic-tcp in buildbot CI
-rwxr-xr-x.buildbot/firefly-x86_64-amdepyc_test.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/.buildbot/firefly-x86_64-amdepyc_test.sh b/.buildbot/firefly-x86_64-amdepyc_test.sh
index db202a112..8949ddc0c 100755
--- a/.buildbot/firefly-x86_64-amdepyc_test.sh
+++ b/.buildbot/firefly-x86_64-amdepyc_test.sh
@@ -1,3 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2 2
3echo "Skipped" 3# echo "Skipped"
4
5pushd src/transport
6make check TESTS='test_communicator_basic-tcp'
7popd