summaryrefslogtreecommitdiff
path: root/ACE/bin/auto_run_tests.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-09-08 08:20:29 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-09-08 08:20:29 +0000
commit730245c1a0079a57473f472b63f10bd98c1f3a4b (patch)
treeea32c36af03516307c07a8bd0d8e8d83a8b85fbb /ACE/bin/auto_run_tests.pl
parent7cb2a2220d5f1f97534d8da5f655a1ffc0529422 (diff)
downloadATCD-730245c1a0079a57473f472b63f10bd98c1f3a4b.tar.gz
Thu Sep 8 08:16:35 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Lib_Find.cpp: Add support for ACE_DEFAULT_TEMP_DIR * ace/MEM_Stream.h: Added missing export include * ace/OS_NS_unistd.cpp: Added ACE_HAS_NONCONST_PWRITE * ace/Select_Reactor_Base.cpp: Layout change * include/makeinclude/platform_android_linux.GNU: Use ?= to make an override possible from platform_macros.GNU
Diffstat (limited to 'ACE/bin/auto_run_tests.pl')
-rwxr-xr-xACE/bin/auto_run_tests.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/bin/auto_run_tests.pl b/ACE/bin/auto_run_tests.pl
index e512278686a..287f567031f 100755
--- a/ACE/bin/auto_run_tests.pl
+++ b/ACE/bin/auto_run_tests.pl
@@ -240,6 +240,7 @@ foreach my $test_lst (@file_list) {
}
print "\nauto_run_tests_finished: $test Time:$time"."s Result:$result\n";
+ print "==============================================================================\n";
}
}
}