Disabled Travis daemon mode tests for now

This commit is contained in:
deajan 2016-11-18 00:03:34 +01:00
parent d50d66731d
commit d90baf7083
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# osync test suite 2016111704
# osync test suite 2016111705
# 4 tests:
# quicklocal
@ -886,6 +886,12 @@ function test_UpgradeConfRun () {
}
function test_DaemonMode () {
if [ "$TRAVIS_RUN" == true ]; then
echo "Skipping daemon mode tests as no inotifywait present in travis yet."
return 0
fi
for i in "${osyncDaemonParameters[@]}"; do
cd "$OSYNC_DIR"