We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb86e90 commit 6c83754Copy full SHA for 6c83754
1 file changed
src/testrunner.sh
@@ -117,7 +117,7 @@ function testrunner::run_tests() {
117
fi
118
119
if [[ -z $testcases ]]; then
120
- printf "${kUnderline}No matching tests for '$requested_testcases' in ${testsuite}${kReset}\n\n"
+ printf "${kUnderline}No matching tests for '$requested_testcases' in ${pretty_testsuite}${kReset}\n\n"
121
return;
122
123
0 commit comments