Skip to content

Commit

Permalink
Tentative fix for stuck CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt committed Jan 27, 2023
1 parent d787474 commit 0823ec2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def get_and_compile_ns_3():
raise Exception("Debug test configuration failed.")

if subprocess.call([build_program, 'build'],
cwd=ns_3_test_compiled,
cwd=ns_3_test_compiled_debug,
stdout=subprocess.DEVNULL,
stderr=subprocess.DEVNULL) > 0:
raise Exception("Debug test build failed.")
Expand All @@ -207,7 +207,6 @@ def get_and_compile_ns_3():
cwd=ns_3_examples,
stdout=subprocess.DEVNULL,
stderr=subprocess.STDOUT) != 0:

raise Exception("Examples configuration failed.")

if subprocess.call([build_program, 'build'],
Expand Down

0 comments on commit 0823ec2

Please sign in to comment.