Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit d5c0fc3

Browse files
committed
tests/01-self_files.sh: increase verbosity; Change the way to invoke test cases
Signed-off-by: Camber Huang <camber@poi.science>
1 parent 1c00b64 commit d5c0fc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/01-self_files.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ abtest_self_files_test() {
1414

1515
for i in "$SRCDIR"/autobuild/tests/T*.sh
1616
do
17-
arch_loadfile $i
17+
abinfo "Loading test case file ${i} and performing tests ..."
18+
. $i
1819
abtest || abtest_non-zero-handler $? $i
1920
abtest_unprivileged || abtest_non-zero-handler $? $i
2021
unset abtest abtest_unprivileged

0 commit comments

Comments
 (0)