Skip to content

Commit

Permalink
update testng classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
surite committed Aug 26, 2020
1 parent 68c308c commit 3b6f338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
- docker cp l10n singleton:/
- str=$(printf '=%.0s' {1..50})
- echo $str Smoke Test Start $str
- java -cp './target/*' org.testng.TestNG -d test-output ./target/testng.xml
- cd target && java -cp '.:./*' org.testng.TestNG -d test-output testng.xml
- cd $TRAVIS_BUILD_DIR/devops/autotest/client/java_client_sample_app && ./sample_app_sanity_test.sh $TRAVIS_BUILD_DIR
- echo $str Smoke Test End $str

0 comments on commit 3b6f338

Please sign in to comment.