From fd10c2c5bbf6ede0e9c53282b6f5af868785dba4 Mon Sep 17 00:00:00 2001 From: Lev Brouk Date: Mon, 17 Apr 2023 11:03:42 -0700 Subject: [PATCH] run all of the tests again --- buildOnTravis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildOnTravis.sh b/buildOnTravis.sh index c3fbb51ea..afe491243 100755 --- a/buildOnTravis.sh +++ b/buildOnTravis.sh @@ -37,7 +37,7 @@ if [ $res -ne 0 ]; then fi export NATS_TEST_SERVER_VERSION="$(nats-server -v)" export NATS_TEST_TRAVIS=yes -ctest --timeout 60 --output-on-failure $4 -VV -R 'Test_Micro' +ctest --timeout 60 --output-on-failure $4 res=$? if [ $res -ne 0 ]; then exit $res