Disabled conflictDetect test for v1.3
This commit is contained in:
parent
301e0d69e1
commit
c07897b7cb
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# osync test suite 2019052001
|
# osync test suite 2019052002
|
||||||
|
|
||||||
|
|
||||||
# Allows the following environment variables
|
# Allows the following environment variables
|
||||||
|
@ -1115,10 +1115,10 @@ function test_Locking () {
|
||||||
}
|
}
|
||||||
|
|
||||||
function test_ConflictDetetion () {
|
function test_ConflictDetetion () {
|
||||||
# Tests compatible with v1.3+
|
# Tests compatible with v1.4+
|
||||||
|
|
||||||
if [ $OSYNC_MIN_VERSION -lt 3 ]; then
|
if [ $OSYNC_MIN_VERSION -lt 4 ]; then
|
||||||
echo "Skipping conflict detection test because osync min version is $OSYNC_MIN_VERSION (must be 3 at least)."
|
echo "Skipping conflict detection test because osync min version is $OSYNC_MIN_VERSION (must be 4 at least)."
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue