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

Commit ef72ac4

Browse files
committed
testing: fix check script path resolution
1 parent 77303dc commit ef72ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ abtest_gen_default() {
131131
abinfo "Found check script file, using it as default test ..."
132132
ABTEST_default_TESTTYPE=custom
133133
ABTEST_default_CUSTOM_STAGE=$ABTEST_AUTO_DETECT_STAGE
134-
ABTEST_default_CUSTOM_SCRIPT=$SRCDIR/autobuild/check
134+
ABTEST_default_CUSTOM_SCRIPT="$SRCDIR/$checkscript"
135135
ABTEST_default_CUSTOM_IS_BASHSCRIPT=yes
136136
else
137137
abwarn "No default test found for $ABTYPE builds" # use ABTEST_AUTO_DETECT=no to suppress this warning

0 commit comments

Comments
 (0)