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:
Brett Leslie Porter 2005-07-26 06:11:52 +00:00
parent 8aeb62e580
commit d948fb0322
1 changed files with 1 additions and 1 deletions

View File

@ -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