mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
create new files
This commit is contained in:
parent
d4e31a7b0a
commit
f3df026023
1 changed files with 3 additions and 2 deletions
|
@ -464,8 +464,9 @@ run_test_log ()
|
|||
local TESTLOG=$3
|
||||
local TESTVRB=$4
|
||||
|
||||
echo >> $TESTLOG
|
||||
echo Testing $TESTFILE... >> $TESTLOG
|
||||
# Create temporary files
|
||||
echo > $TESTVRB
|
||||
echo Testing $TESTFILE... > $TESTLOG
|
||||
|
||||
if test x"$GSVERBOSE" = xyes
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue