summaryrefslogtreecommitdiff
path: root/ACE/tests/run_test.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-09-11 18:56:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-09-11 18:56:14 +0000
commit6e8c17c0ee98280a9f887ede6cc04f3455ac66d9 (patch)
tree89fa28ae59e670bf688b224b0b17838c2167add8 /ACE/tests/run_test.pl
parente58dfc4cb268ec5d527b8392c6e6b68778aaff7d (diff)
downloadATCD-6e8c17c0ee98280a9f887ede6cc04f3455ac66d9.tar.gz
Use target localfile
Diffstat (limited to 'ACE/tests/run_test.pl')
-rwxr-xr-xACE/tests/run_test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/tests/run_test.pl b/ACE/tests/run_test.pl
index b275b4fe8dc..a3142fe729b 100755
--- a/ACE/tests/run_test.pl
+++ b/ACE/tests/run_test.pl
@@ -204,8 +204,9 @@ sub check_log ($)
# found in the SSL subdirectory.
local $the_program = basename($program);
local $log = "log/".$the_program.$log_suffix;
+ local $target_log = $target->LocalFile ($log);
- if ($target->GetFile ($log) == -1) {
+ if ($target->GetFile ($target_log) == -1) {
print STDERR "ERROR: cannot retrieve file <$log>\n";
}