Travis related test
This commit is contained in:
parent
2f5e21caea
commit
c3b468d932
|
@ -302,7 +302,9 @@ function test_Merge () {
|
||||||
assertEquals "Install failed" "0" $?
|
assertEquals "Install failed" "0" $?
|
||||||
|
|
||||||
# Set osync version to stable while testing to avoid warning message
|
# Set osync version to stable while testing to avoid warning message
|
||||||
|
echo "SetConfFileValue \"$OSYNC_EXECUTABLE\" \"IS_STABLE\" \"yes\""
|
||||||
SetConfFileValue "$OSYNC_EXECUTABLE" "IS_STABLE" "yes"
|
SetConfFileValue "$OSYNC_EXECUTABLE" "IS_STABLE" "yes"
|
||||||
|
echo "done"
|
||||||
}
|
}
|
||||||
|
|
||||||
function test_LargeFileSet () {
|
function test_LargeFileSet () {
|
||||||
|
|
Loading…
Reference in New Issue