Skip to content

Commit

Permalink
Fix ./build.sh -DallTests
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Nov 28, 2011
1 parent 11e85fc commit df83bb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ main() {
# For each parameter, check for testsuite directives.
for param in $@ ; do
case $param in
-DallTests) TESTS=$ALL_TESTS ;;
-*) ADDIT_PARAMS="$ADDIT_PARAMS $param";;
clean) MVN_GOAL="$MVN_GOAL$param ";;
test) MVN_GOAL="$MVN_GOAL$param ";;
Expand Down

0 comments on commit df83bb6

Please sign in to comment.