* tests/test_driver.pl: Useful error if given an invalid test name.

This commit is contained in:
Paul Smith 2017-05-28 00:32:26 -04:00
parent b90fabc8d6
commit 248f70510e

View file

@ -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 = "........................................................ ";