mirror of
https://github.com/mirror/wget.git
synced 2026-08-19 09:23:27 +08:00
Call tests with executable name.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-11-06 Steven Schubiger <stsc@members.fsf.org>
|
||||
|
||||
* run-px: When executing test scripts, invoke them with the
|
||||
current perl executable name as determined by env.
|
||||
|
||||
2008-11-06 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* run-px: Use strict (thanks Steven Schubiger!).
|
||||
|
||||
@@ -52,7 +52,7 @@ my @results;
|
||||
|
||||
for my $test (@tests) {
|
||||
print "Running $test\n\n";
|
||||
system("$top_srcdir/tests/$test");
|
||||
system("$^X $top_srcdir/tests/$test");
|
||||
push @results, $?;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user