mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-31 00:53:23 +00:00
* tests/test_driver.pl: Useful error if given an invalid test name.
This commit is contained in:
parent
b90fabc8d6
commit
248f70510e
1 changed files with 2 additions and 0 deletions
|
@ -609,6 +609,8 @@ sub run_all_tests
|
|||
$run_filename = "$testpath.$runext";
|
||||
$tmp_filename = "$testpath.$tmpfilesuffix";
|
||||
|
||||
-f $perl_testname or die "Invalid test: $testname\n\n";
|
||||
|
||||
setup_for_test();
|
||||
|
||||
$output = "........................................................ ";
|
||||
|
|
Loading…
Reference in a new issue