Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Apr 28, 2024
1 parent 601b11d commit 5312757
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/cpp/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ def test_demo(demo):
demo_build = f"{path}/{demo}/_build"
command = f"""mkdir -p {demo_build} && cd {demo_build} && \
cmake -DPython3_EXECUTABLE={sys.executable} .. && make && ./{demo}"""
subprocess.run(["ls", "-l", "/dev/null"], capture_output=True)
assert os.system(command) == 0

0 comments on commit 5312757

Please sign in to comment.