Travis related test

This commit is contained in:
deajan 2018-07-02 10:00:38 +02:00
parent 2f5e21caea
commit c3b468d932
1 changed files with 2 additions and 0 deletions

View File

@ -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 () {