mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
fix error in filename handling for the single testfile case
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32246 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a4c7b55edc
commit
dc0b808390
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
and End.sh and run GNUmakefile.tests in the directory containing the
|
||||
file ... ie so that behavior when executing a single test file is
|
||||
identical to behavior when that file is executed as part of a whole
|
||||
testsuite.
|
||||
testsuite. Don't backup makefile when we create a new one.
|
||||
|
||||
2011-01-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@ then
|
|||
TESTDIRS=$*
|
||||
else
|
||||
TESTDIRS=`dirname $1`
|
||||
TESTS=$1
|
||||
TESTS=`basename $1`
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue