mirror of
https://github.com/h2o/h2o.git
synced 2025-04-20 02:44:45 +08:00
5 lines
169 B
Raku
5 lines
169 B
Raku
$0 =~ /-([0-9]+)\.t$/s
|
|
or die "failed to extract mode";
|
|
exec $^X, "t/50reverse-proxy/test.pl", "--mode=$1";
|
|
die "failed to invoke $^X t/50reverse-proxy/test.pl:$!";
|