Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Fix jar file names in test_ng.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tyurin committed Apr 25, 2019
1 parent 2d13fac commit 495eff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nailgun-client/py/test_ng.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ def setUpTransport(self):

def getClassPath(self):
cp = [
"nailgun-server/target/nailgun-server-1.0.0-SNAPSHOT-uber.jar",
"nailgun-examples/target/nailgun-examples-1.0.0-SNAPSHOT.jar",
"nailgun-server/target/nailgun-server-1.0.0-uber.jar",
"nailgun-examples/target/nailgun-examples-1.0.0.jar",
]
if os.name == "nt":
return ";".join(cp)
Expand Down

0 comments on commit 495eff8

Please sign in to comment.