side porting Windows testing fix
This commit is contained in:
parent
cf5dfda32e
commit
ac28252d53
2 changed files with 3 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ BEGIN {
|
|||
$WEBGUI_ROOT = File::Spec->canonpath($WEBGUI_ROOT);
|
||||
$WEBGUI_TEST_COLLATERAL = File::Spec->catdir($WEBGUI_ROOT, 't', 'supporting_collateral');
|
||||
|
||||
$WEBGUI_LIB ||= File::Spec->catpath( (File::Spec->splitpath($WEBGUI_ROOT))[0], $WEBGUI_ROOT, 'lib' );
|
||||
my ($volume,$directories) = File::Spec->splitpath( $WEBGUI_ROOT, 'no_file' );
|
||||
$WEBGUI_LIB ||= File::Spec->catpath( $volume, $directories, 'lib' );
|
||||
|
||||
push (@INC,$WEBGUI_LIB);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue