mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Fix a typo in the name of an output file.
This commit is contained in:
parent
7611d1d35e
commit
a092947d26
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ do
|
||||||
else
|
else
|
||||||
echo " BAD"
|
echo " BAD"
|
||||||
echo $T >>BAD
|
echo $T >>BAD
|
||||||
echo "---------- Re-running test in verbose mode ----------" >>OUT/$T
|
echo "--------- Re-running test in verbose mode ---------" >>OUT/$T.out
|
||||||
$PYTHON Lib/test/regrtest.py -v $UFLAG $T >>OUT/$T.out 2>&1
|
$PYTHON Lib/test/regrtest.py -v $UFLAG $T >>OUT/$T.out 2>&1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue