Skip to content

Commit

Permalink
Add lib jcommander for smoke test
Browse files Browse the repository at this point in the history
- Add lib jcommander for smoke test

Signed-off-by: LongyuZhang <[email protected]>
  • Loading branch information
LongyuZhang committed Mar 22, 2024
1 parent 119bc1e commit 473db2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/buildAndPackage/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!--Properties for this particular build-->
<property name="src" location="./src"/>
<property name="build" location="./bin"/>
<property name="LIB" value="testng"/>
<property name="LIB" value="testng,jcommander"/>
<import file="${TEST_ROOT}/TKG/scripts/getDependencies.xml"/>

<target name="init">
Expand Down

0 comments on commit 473db2d

Please sign in to comment.