[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
share
/
doc
/
perl-Test-Harness
/
examples
/
harness-hook
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 lib
SET
[ DEL ]
📄 hook.pl
305 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: hook.pl
#!/usr/bin/perl use strict; use warnings; use lib qw( lib ../../lib ); use Harness::Hook; use TAP::Harness; use File::Spec; $| = 1; my $harness = TAP::Harness->new; # Install the hook Harness::Hook->new($harness); $harness->runtests( File::Spec->catfile( split( /\//, '../../t/000-load.t' ) ) );