Improving test report and return values

This commit is contained in:
2022-03-23 10:56:37 +01:00
parent bf303a608b
commit eb626d0f90
3 changed files with 22 additions and 7 deletions

View File

@@ -152,9 +152,14 @@ toassert_init() {
"../rel_b" "$(cd ".." && pwd)/rel_b"
)
assert_force_fail=( "Force fail"
"nix" ""
)
# Add test arrays to global test array from test_rdlink
toassert+=(
assert_invalid_files
#assert_force_fail
)
}