Fix installer on travis
This commit is contained in:
parent
d320c84ce9
commit
f0ed2098be
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
|
## On CYGWIN / MSYS, ACL and extended attributes aren't supported
|
||||||
|
|
||||||
# osync test suite 2017020802
|
# osync test suite 2017020803
|
||||||
|
|
||||||
# 4 tests:
|
# 4 tests:
|
||||||
# quicklocal
|
# quicklocal
|
||||||
|
@ -265,7 +265,7 @@ function oneTimeTearDown () {
|
||||||
rm -f "$TMP_FILE"
|
rm -f "$TMP_FILE"
|
||||||
|
|
||||||
cd "$OSYNC_DIR"
|
cd "$OSYNC_DIR"
|
||||||
./install.sh --remove --silent --no-stats
|
$SUDO_CMD ./install.sh --remove --silent --no-stats
|
||||||
assertEquals "Uninstall failed" "0" $?
|
assertEquals "Uninstall failed" "0" $?
|
||||||
|
|
||||||
ELAPSED_TIME=$(($SECONDS - $START_TIME))
|
ELAPSED_TIME=$(($SECONDS - $START_TIME))
|
||||||
|
@ -284,7 +284,7 @@ function test_Merge () {
|
||||||
assertEquals "Merging code" "0" $?
|
assertEquals "Merging code" "0" $?
|
||||||
|
|
||||||
cd "$OSYNC_DIR"
|
cd "$OSYNC_DIR"
|
||||||
./install.sh --silent --no-stats
|
$SUDO_CMD ./install.sh --silent --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
|
||||||
|
|
Loading…
Reference in New Issue