From 57facf189ba4f86c723adbdd1c1e7fbda99b5939 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 8 Feb 2017 15:03:18 +0100 Subject: [PATCH] Removed silent option from install test --- dev/tests/run_tests.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index 7bc241a..df601e2 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -7,15 +7,15 @@ ## On CYGWIN / MSYS, ACL and extended attributes aren't supported -# osync test suite 2017020804 +# osync test suite 2017020805 # 4 tests: # quicklocal -# quickremote +# quickremote (with ssh_filter.sh) # conflocal -# confremote +# confremote (with ssh_filter.sh) -# for each test: +# for each test # files with spaces, subdirs # largefileset (...large ?) # exclusions @@ -27,7 +27,6 @@ # file attribute tests # local / remote locking resume tests # timed execution tests -# ssh_filter test # function test # WaitForTaskCompletion @@ -267,7 +266,7 @@ function oneTimeTearDown () { rm -f "$TMP_FILE" cd "$OSYNC_DIR" - $SUDO_CMD ./install.sh --remove --silent --no-stats + $SUDO_CMD ./install.sh --remove --no-stats assertEquals "Uninstall failed" "0" $? ELAPSED_TIME=$(($SECONDS - $START_TIME)) @@ -286,7 +285,7 @@ function test_Merge () { assertEquals "Merging code" "0" $? cd "$OSYNC_DIR" - $SUDO_CMD ./install.sh --silent --no-stats + $SUDO_CMD ./install.sh --no-stats assertEquals "Install failed" "0" $? # Set osync version to stable while testing to avoid warning message