mirror of https://github.com/apache/maven.git
doesn't accept -D args
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8aeb62e580
commit
d948fb0322
|
@ -67,7 +67,7 @@ ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
|||
echo
|
||||
echo "Running maven-core integration tests ..."
|
||||
echo
|
||||
./maven-core-it.sh "$HOME_ARGS" $ARGS
|
||||
./maven-core-it.sh
|
||||
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
||||
)
|
||||
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
||||
|
|
Loading…
Reference in New Issue