From 2f89f5cf31b96528222b0587822c0e48e816bb08 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 3 Jun 2009 07:51:58 +0000 Subject: Wed Jun 3 07:52:05 2009 Johnny Willemsen * bin/PerlACE/ProcessWinCE.pm: * bin/PerlACE/ProcessWinCE_Unix.pm: If we can't find the vxtest file, log it as error but just continue --- ACE/ChangeLog | 7 +++++++ ACE/bin/PerlACE/ProcessWinCE.pm | 1 - ACE/bin/PerlACE/ProcessWinCE_Unix.pm | 3 +-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ACE/ChangeLog b/ACE/ChangeLog index cbd73542852..44aad78ff37 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,10 @@ +Wed Jun 3 07:52:05 2009 Johnny Willemsen + + * bin/PerlACE/ProcessWinCE.pm: + * bin/PerlACE/ProcessWinCE_Unix.pm: + If we can't find the vxtest file, log it as error but just + continue + Mon Jun 1 08:09:05 2009 Johnny Willemsen * ace/Lib_Find.cpp: diff --git a/ACE/bin/PerlACE/ProcessWinCE.pm b/ACE/bin/PerlACE/ProcessWinCE.pm index 61c832ce14f..7f6bed61dd0 100644 --- a/ACE/bin/PerlACE/ProcessWinCE.pm +++ b/ACE/bin/PerlACE/ProcessWinCE.pm @@ -159,7 +159,6 @@ sub Spawn () $cmdnr += scalar @load_commands; } else { print STDERR "ERROR: Cannot find <", $vxtest_file, ">\n"; - return -1; } if (defined $self->{ARGUMENTS}) { diff --git a/ACE/bin/PerlACE/ProcessWinCE_Unix.pm b/ACE/bin/PerlACE/ProcessWinCE_Unix.pm index 6c8b2773695..fd73c2ef6be 100644 --- a/ACE/bin/PerlACE/ProcessWinCE_Unix.pm +++ b/ACE/bin/PerlACE/ProcessWinCE_Unix.pm @@ -164,8 +164,7 @@ sub Spawn () push @cmds, @load_commands; $cmdnr += scalar @load_commands; } else { - print STDERR "ERROR: Cannot find <", $vxtest_file, ">\n"; - return -1; + print STDERR "ERROR: Cannot find <", $vxtest_file, ">\n"; } if (defined $self->{ARGUMENTS}) { -- cgit v1.2.1