Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Oct 21, 2024
1 parent 3283272 commit 24f113e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opp_env/database/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def get_project_descriptions():
"smoke_test_commands": [
r"""if [ "$BUILD_MODE" = "release" ]; then BUILD_MODE_SUFFIX="_release"; CELL_BIN=$(echo $CELL_ROOT/src/out/*-release/cell); fi""",
r"""if [ "$BUILD_MODE" = "debug" ]; then BUILD_MODE_SUFFIX=""; CELL_BIN=$(echo $CELL_ROOT/src/out/*-debug/cell); fi""",
r"""cd src""",
r"""cd srcx""",
r"""$CELL_BIN -u Cmdenv -c demo-emission -n .. ../networks/demo.ini""",
],
"required_projects": {"omnetpp": ["4.0.*"]},
Expand Down

0 comments on commit 24f113e

Please sign in to comment.