From 0b539e6153e10f34fbd5e7b3276d654c69011aa9 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 22 May 2019 20:36:18 +0200 Subject: [PATCH] Removed unused variable --- dev/tests/run_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index f87c0d3..db0ab49 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# osync test suite 2019052201 +# osync test suite 2019052202 # Allows the following environment variables @@ -1325,7 +1325,6 @@ function test_ParallelExec () { function test_timedExecution () { local arguments - local warnExitCode # Clever usage of indexes and exit codes # osync exits with 0 when no problem detected