Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a092947

Browse files
committed
Fix a typo in the name of an output file.
1 parent 7611d1d commit a092947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ do
5454
else
5555
echo " BAD"
5656
echo $T >>BAD
57-
echo "---------- Re-running test in verbose mode ----------" >>OUT/$T
57+
echo "--------- Re-running test in verbose mode ---------" >>OUT/$T.out
5858
$PYTHON Lib/test/regrtest.py -v $UFLAG $T >>OUT/$T.out 2>&1
5959
fi
6060
done

0 commit comments

Comments
 (0)