From f7fc952898b73753dd5d0d0657db85f5290486cc Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Wed, 2 Sep 2020 13:26:48 +0200 Subject: - run the tng test test_communicator_basic-tcp in buildbot CI --- .buildbot/firefly-x86_64-amdepyc_test.sh | 6 +++++- 1 file changed, 5 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 db202a112..8949ddc0c 100755 --- a/.buildbot/firefly-x86_64-amdepyc_test.sh +++ b/.buildbot/firefly-x86_64-amdepyc_test.sh @@ -1,3 +1,7 @@ #!/bin/bash -echo "Skipped" +# echo "Skipped" + +pushd src/transport +make check TESTS='test_communicator_basic-tcp' +popd -- cgit v1.2.3