Skip to content

Commit

Permalink
external: fixed smoke test command for space_veins
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Oct 14, 2024
1 parent a865f26 commit f500984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opp_env/database/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -1971,9 +1971,9 @@ def get_project_descriptions():
],
"smoke_test_commands": [
r"""if [ "$BUILD_MODE" = "debug" ]; then DEBUG_POSTFIX="_dbg"; fi""",
r"""$VEINS_ROOT/sumo-launchd.py & & bg_pid=$! &""",
r"""$VEINS_ROOT/sumo-launchd.py & bg_pid=$!""",
r"""cd examples/space_veins && opp_run$DEBUG_POSTFIX -l ../../src/space_veins -n ../../src:../../src/space_veins:../../src/space_veins/modules:../../src/space_veins/nodes:../../lib/inet/src:../../lib/veins/subprojects/veins_inet/src/veins_inet:../../lib/veins/src/veins:. -u Cmdenv -c Null-Island-Launchd --sim-time-limit=1s""",
r"""kill $bg_pid &""",
r"""kill $bg_pid""",
],
"setenv_commands": [
r"""echo $PYTHON2_BIN""",
Expand Down

0 comments on commit f500984

Please # to comment.