cosmetic improvement

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32292 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-02-22 12:30:38 +00:00
parent 17da22b976
commit afb105e3b7
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2011-01-22 Richard Frith-Macdonald <rfm@gnu.org>
* TestFramework/gnustep-tests.in:
Report path to test file when we run it as suggested by Sergey Golovin.
2011-01-22 Richard Frith-Macdonald <rfm@gnu.org>
* configure.ac: Check for bash and test programs

View file

@ -277,7 +277,7 @@ build_and_run ()
CRASH_ON_ZOMBIE=YES
export NSZombieEnabled CRASH_ON_ZOMBIE
echo Running $TESTFILE...
echo Running $dir/$TESTFILE...
# Run it. If it terminates abnormally, mark it as a crash (unless we have
# a special file to mark it as being expected to abort).
$RUN_CMD
@ -429,7 +429,7 @@ do
# Now we process each test file in turn.
# When cleaning, we only need to do one clean per directory.
RUNEXOT=0
RUNEXIT=0
for TESTFILE in $TESTS
do
run_test_file