Skip to content

Commit

Permalink
Revert "x"
Browse files Browse the repository at this point in the history
This reverts commit 210f91c.
  • Loading branch information
adamgeorge309 committed Oct 28, 2024
1 parent 4919162 commit 32ac2cd
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 srcx""",
r"""cd src""",
r"""$CELL_BIN -u Cmdenv -c demo-emission -n .. ../networks/demo.ini""",
],
"required_projects": {"omnetpp": ["4.0.*"]},
Expand Down

0 comments on commit 32ac2cd

Please sign in to comment.