Check-in Number:
|
4233 | |
Date: |
2001-Jul-23 15:03:29 (local)
2001-Jul-23 13:03:29 (UTC) |
User: | simons |
Branch: | |
Comment: |
Fixed minor bug: The name of the "suite.log" file wasn't created
correctly, thus all output ended up in ".log". |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/regression-tests/.run-tests 1.11 -> 1.12
--- .run-tests 2001/07/22 17:24:31 1.11
+++ .run-tests 2001/07/23 13:03:29 1.12
@@ -21,7 +21,7 @@
name=`expr "${suite}" : '\(.*\)\.exe$'`
echo "$name$pad" | awk '{ printf("%s ", substr($0, 0, n)); }' n=$RESCOLUMN
numTests=`expr $numTests + 1`
- eval ./$suite >${tmp}.log 2>&1
+ eval ./$suite >${name}.log 2>&1
if [ $? -eq 0 ]; then
echo "OK"
else
|
|