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

Commit

Permalink
tests/01-self_files.sh: increase verbosity; Change the way to invoke …
Browse files Browse the repository at this point in the history
…test cases

Signed-off-by: Camber Huang <[email protected]>
  • Loading branch information
CamberLoid committed Jun 6, 2022
1 parent 1c00b64 commit d5c0fc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/01-self_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ abtest_self_files_test() {

for i in "$SRCDIR"/autobuild/tests/T*.sh
do
arch_loadfile $i
abinfo "Loading test case file ${i} and performing tests ..."
. $i
abtest || abtest_non-zero-handler $? $i
abtest_unprivileged || abtest_non-zero-handler $? $i
unset abtest abtest_unprivileged
Expand Down

0 comments on commit d5c0fc3

Please sign in to comment.