Skip to content

Commit

Permalink
chore: fix typo (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 authored May 13, 2022
1 parent ec10547 commit 3ab34d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ javadoc)
integration)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Dtest=ITBigQueryTest\
-Dtest=ITBigQueryTest \
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
Expand All @@ -72,7 +72,7 @@ integration)
nightly-it)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Dtest=ITNightlyBigQueryTest
-Dtest=ITNightlyBigQueryTest \
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
Expand Down

0 comments on commit 3ab34d2

Please sign in to comment.