Skip to content

Commit 6c83754

Browse files
committed
Use short-form of testsuite when printing missing testcase
1 parent fb86e90 commit 6c83754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/testrunner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function testrunner::run_tests() {
117117
fi
118118

119119
if [[ -z $testcases ]]; then
120-
printf "${kUnderline}No matching tests for '$requested_testcases' in ${testsuite}${kReset}\n\n"
120+
printf "${kUnderline}No matching tests for '$requested_testcases' in ${pretty_testsuite}${kReset}\n\n"
121121
return;
122122
fi
123123

0 commit comments

Comments
 (0)