move test cleanup to the end
This commit is contained in:
parent
61ded13b45
commit
fd481d0a16
10
test_e2e.sh
10
test_e2e.sh
|
|
@ -1262,10 +1262,6 @@ assert_file_eq "$ROOT"/link/file "$TESTCASE"
|
||||||
# Wrap up
|
# Wrap up
|
||||||
pass
|
pass
|
||||||
|
|
||||||
echo
|
|
||||||
echo "cleaning up $DIR"
|
|
||||||
rm -rf "$DIR"
|
|
||||||
|
|
||||||
##############################################
|
##############################################
|
||||||
# Test export-error
|
# Test export-error
|
||||||
##############################################
|
##############################################
|
||||||
|
|
@ -1305,3 +1301,9 @@ assert_file_eq "$ROOT"/link/file "$TESTCASE"
|
||||||
assert_file_absent "$ROOT"/error.json
|
assert_file_absent "$ROOT"/error.json
|
||||||
# Wrap up
|
# Wrap up
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
# Finally...
|
||||||
|
echo
|
||||||
|
echo "cleaning up $DIR"
|
||||||
|
rm -rf "$DIR"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue