Correct messages displayed when running Java test-suite
This commit is contained in:
parent
f01c84cd8b
commit
15f4b3b19d
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ setup = \
|
|||
if [ -f $(srcdir)/$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX) ]; then \
|
||||
echo "$(ACTION)ing $(LANGUAGE) testcase $* (with run test)" ; \
|
||||
else \
|
||||
echo "$(ACTION)ing $(LANGUAGE) testcase $* $(LANGUAGE)" ; \
|
||||
echo "$(ACTION)ing $(LANGUAGE) testcase $*" ; \
|
||||
fi; \
|
||||
if [ ! -d $(JAVA_PACKAGE) ]; then \
|
||||
mkdir $(JAVA_PACKAGE); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue