summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rwxr-xr-xtests/run_test.pl2
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d0db405987..1b9732d0a54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Sep 20 18:07:03 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tests/run_test.pl:
+
+ Reverted the change "Sun Sep 19 20:36:43 2004 Balachandran
+ Natarajan <bala@dre.vanderbilt.edu>" since it was giving
+ troubles on every platform.
+
Mon Sep 20 06:54:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/MakeProjectCreator/config/global.features:
diff --git a/tests/run_test.pl b/tests/run_test.pl
index bb2b44b2c05..4393a012876 100755
--- a/tests/run_test.pl
+++ b/tests/run_test.pl
@@ -99,8 +99,6 @@ sub run_program ($)
{
my $program = shift;
- $program = s/\s//;
-
unlink <log/$program*.log>;
unlink "core";