From e411c81f3d3fa46b7a505c7bcb71c793b489d194 Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 5 Oct 2018 00:46:11 +0200 Subject: [PATCH] Removed double debug logs --- dev/tests/run_tests.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index 2452654..de73e4a 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -1139,16 +1139,10 @@ function test_ConflictDetetion () { # Now run should return conflicts - REMOTE_HOST_PING=$RHOST_PING $OSYNC_EXECUTABLE $i --log-conflicts > "$FAKEROOT/output.log" 2>&1 + REMOTE_HOST_PING=$RHOST_PING $OSYNC_EXECUTABLE $i --log-conflicts result=$? - cat "$FAKEROOT/output.log" assertEquals "Second run that should detect conflicts with parameters [$i]." "0" $result - if [ $TRAVIS_RUN == true ]; then - echo "Travis Debug output" - cat "$FAKEROOT/output.log" - fi - grep "$INITIATOR_DIR/$FileA << >> $TARGET_DIR/$FileA" "$FAKEROOT/output.log" assertEquals "FileA conflict detect with parameters [$i]." "0" $?