Skip to content
Snippets Groups Projects

Adding support for a custom target dir while building, fixing a few issues...

Merged Ezekiel Dohmen requested to merge ezekiel.dohmen/advligorts:unit_test_fixes into master
1 unresolved thread
@@ -343,7 +343,7 @@ if ($::ipcxCnt > 0) {
#Create the file if it doesn't exist
if( !-e $iFile) {
open my $fc, ">", $iFile or "***ERROR: Could not create the empty IPCx parameter file $iFile\n";
open my $fc, ">", $iFile or die "***ERROR: Could not create the empty IPCx parameter file $iFile\n";
close $fc;
}
Loading