Skip to content

Commit

Permalink
Update -DallTests to include i9n, domain, compat and smoke in both .s…
Browse files Browse the repository at this point in the history
…h and .bat
  • Loading branch information
OndraZizka committed Oct 27, 2011
1 parent 647277c commit 9f85699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ if "%1" == "" (
REM Replace occurrences of directives with corresponding maven profiles
REM -DallTests
if "%1" == "-DallTests" (
set "CMD_LINE_PARAMS=%CMD_LINE_PARAMS% %INTEGRATION_TESTS% %SPEC_TESTS% %API_TESTS% %DOMAIN_TESTS%"
set "CMD_LINE_PARAMS=%CMD_LINE_PARAMS% %INTEGRATION_TESTS% %DOMAIN_TESTS% %COMPAT_TESTS% %SMOKE_TESTS%"
set "TESTS_SPECIFIED=Y"
goto processed
)
Expand Down
2 changes: 1 addition & 1 deletion testsuite/groupDefs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ STRESS_TESTS="-Dstress.module"
DOMAIN_TESTS="-Ddomain.module"
COMPAT_TESTS="-Dcompat.module"

ALL_TESTS="$INTEGRATION_TESTS $DOMAIN_TESTS $SMOKE_TESTS"
ALL_TESTS="$INTEGRATION_TESTS $DOMAIN_TESTS $COMPAT_TESTS $SMOKE_TESTS"

0 comments on commit 9f85699

Please sign in to comment.