Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Aug 22, 2024
1 parent 72b7def commit aa5aa06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test/test_photonlibcpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def test_photonlibpy():
# assumes we have already installed the test binary via gradle via
# checkPhotonlibIntegrationTestWindowsx86-64DebugGoogleTestExe
ret = subprocess.run(
[os.path.abspath("..\\..\\photon-lib\\build\\install\\photonlibIntegrationTest\\linuxx86-64\\debug\\photonlibIntegrationTest.bat")],
cwd=os.path.abspath("..\\..\\"),
# todo: need a cross-platform way to do this, screm
["cd", "../../", "&&", ".\\gradlew", 'checkPhotonlibIntegrationTestLinuxx86-64DebugGoogleTestExe'],
shell=True,
)
print(ret)
Expand Down

0 comments on commit aa5aa06

Please sign in to comment.