From c3b468d9324b872c345d4c9afc82cc7a5924e985 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 2 Jul 2018 10:00:38 +0200 Subject: [PATCH] Travis related test --- dev/tests/run_tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index 88ab1f9..0786369 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -302,7 +302,9 @@ function test_Merge () { assertEquals "Install failed" "0" $? # Set osync version to stable while testing to avoid warning message + echo "SetConfFileValue \"$OSYNC_EXECUTABLE\" \"IS_STABLE\" \"yes\"" SetConfFileValue "$OSYNC_EXECUTABLE" "IS_STABLE" "yes" + echo "done" } function test_LargeFileSet () {