Removed silent option from install test

This commit is contained in:
deajan 2017-02-08 15:03:18 +01:00
parent df95a48d9c
commit 57facf189b
1 changed files with 6 additions and 7 deletions

View File

@ -7,15 +7,15 @@
## On CYGWIN / MSYS, ACL and extended attributes aren't supported ## On CYGWIN / MSYS, ACL and extended attributes aren't supported
# osync test suite 2017020804 # osync test suite 2017020805
# 4 tests: # 4 tests:
# quicklocal # quicklocal
# quickremote # quickremote (with ssh_filter.sh)
# conflocal # conflocal
# confremote # confremote (with ssh_filter.sh)
# for each test: # for each test
# files with spaces, subdirs # files with spaces, subdirs
# largefileset (...large ?) # largefileset (...large ?)
# exclusions # exclusions
@ -27,7 +27,6 @@
# file attribute tests # file attribute tests
# local / remote locking resume tests # local / remote locking resume tests
# timed execution tests # timed execution tests
# ssh_filter test
# function test # function test
# WaitForTaskCompletion # WaitForTaskCompletion
@ -267,7 +266,7 @@ function oneTimeTearDown () {
rm -f "$TMP_FILE" rm -f "$TMP_FILE"
cd "$OSYNC_DIR" cd "$OSYNC_DIR"
$SUDO_CMD ./install.sh --remove --silent --no-stats $SUDO_CMD ./install.sh --remove --no-stats
assertEquals "Uninstall failed" "0" $? assertEquals "Uninstall failed" "0" $?
ELAPSED_TIME=$(($SECONDS - $START_TIME)) ELAPSED_TIME=$(($SECONDS - $START_TIME))
@ -286,7 +285,7 @@ function test_Merge () {
assertEquals "Merging code" "0" $? assertEquals "Merging code" "0" $?
cd "$OSYNC_DIR" cd "$OSYNC_DIR"
$SUDO_CMD ./install.sh --silent --no-stats $SUDO_CMD ./install.sh --no-stats
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