Skip to content

Commit

Permalink
show path of perl interpreter in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bodo-hugo-barwich committed Aug 20, 2023
1 parent 4316c7f commit 173f61b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/run_subprocess.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

# @author Bodo (Hugo) Barwich
# @version 2023-07-06
# @version 2023-08-20
# @package Process::SubProcess
# @subpackage bin/run_subprocess.pl

Expand Down
2 changes: 1 addition & 1 deletion lib/Process/SubProcess.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

# @author Bodo (Hugo) Barwich
# @version 2023-08-07
# @version 2023-08-20
# @package SubProcess Management
# @subpackage Process/SubProcess.pm

Expand Down
3 changes: 2 additions & 1 deletion t/test_runner.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

# @author Bodo (Hugo) Barwich
# @version 2023-07-06
# @version 2023-08-20
# @package Test for the 'run_subprocess.pl' Runner Script
# @subpackage t/test_runner.t

Expand Down Expand Up @@ -64,6 +64,7 @@ my $iprccnt = -1;
my $iprctmoutcnt = -1;


print "Perl Interpreter Path: '", $Config{perlpath}, "'\n";

subtest 'Runner Script Usage' => sub {

Expand Down

0 comments on commit 173f61b

Please sign in to comment.