mirror of
https://github.com/torarnv/sparsebundlefs.git
synced 2026-02-26 18:35:50 +01:00
Bail out of testsuite doesn't have testcases
This commit is contained in:
@@ -120,6 +120,11 @@ function testrunner::run_tests() {
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ -z $all_testcases ]]; then
|
||||
printf "${kUnderline}No tests in ${pretty_testsuite}${kReset}\n\n"
|
||||
return;
|
||||
fi
|
||||
|
||||
local requested_testcases=$testcases
|
||||
if [[ -z $testcases ]]; then
|
||||
testcases=("${all_testcases[@]}")
|
||||
|
||||
Reference in New Issue
Block a user