Fix e2e cases to not destroy logs

This commit is contained in:
Tim Hockin 2021-10-04 12:58:20 -07:00
parent 80b7774dc0
commit 4d286fc44f
1 changed files with 3 additions and 3 deletions

View File

@ -729,7 +729,7 @@ GIT_SYNC \
--branch=e2e-branch \
--root="$ROOT" \
--link="link" \
> "$DIR"/log."$TESTCASE" 2>&1
>> "$DIR"/log."$TESTCASE" 2>&1
assert_link_exists "$ROOT"/link
assert_file_exists "$ROOT"/link/file
assert_file_eq "$ROOT"/link/file "$TESTCASE 1"
@ -763,7 +763,7 @@ GIT_SYNC \
--branch=e2e-branch \
--root="$ROOT" \
--link="link" \
> "$DIR"/log."$TESTCASE" 2>&1 &
>> "$DIR"/log."$TESTCASE" 2>&1 &
sleep 10
assert_link_exists "$ROOT"/link
assert_file_exists "$ROOT"/link/file
@ -900,7 +900,7 @@ GIT_SYNC \
--rev=HEAD \
--root="$ROOT" \
--link="link" \
> "$DIR"/log."$TESTCASE" 2>&1
>> "$DIR"/log."$TESTCASE" 2>&1
assert_link_exists "$ROOT"/link
assert_file_exists "$ROOT"/link/file
assert_file_eq "$ROOT"/link/file "$TESTCASE 1"