From c07897b7cb38d7210212f2b5b714ef7c3dd75f77 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 20 May 2019 22:50:01 +0200 Subject: [PATCH] Disabled conflictDetect test for v1.3 --- dev/tests/run_tests.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index 45d5ff7..72ebbef 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# osync test suite 2019052001 +# osync test suite 2019052002 # Allows the following environment variables @@ -1115,10 +1115,10 @@ function test_Locking () { } function test_ConflictDetetion () { - # Tests compatible with v1.3+ + # Tests compatible with v1.4+ - if [ $OSYNC_MIN_VERSION -lt 3 ]; then - echo "Skipping conflict detection test because osync min version is $OSYNC_MIN_VERSION (must be 3 at least)." + if [ $OSYNC_MIN_VERSION -lt 4 ]; then + echo "Skipping conflict detection test because osync min version is $OSYNC_MIN_VERSION (must be 4 at least)." return 0 fi