Skip to content

Commit

Permalink
tmp: external.py: flora: remove /dev/null redirections -- TODO for th…
Browse files Browse the repository at this point in the history
…e others too!!!!
  • Loading branch information
avarga committed Oct 12, 2024
1 parent 5338ad9 commit 673c06f
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 @@ -102,7 +102,7 @@ def get_project_descriptions():
},
"smoke_test_commands": [
r"""if [ "$BUILD_MODE" = "debug" ]; then BUILD_MODE_SUFFIX="_dbg"; fi""",
r"""cd simulations && ../src/run_flora$BUILD_MODE_SUFFIX -u Cmdenv --sim-time-limit=10s > /dev/null""",
r"""cd simulations && ../src/run_flora$BUILD_MODE_SUFFIX -u Cmdenv --sim-time-limit=10s""",
],
"required_projects": {"omnetpp": ["6.1.*", "6.0.*"], "inet": ["4.4.0"]},
"download_url": "https://github.com/florasim/flora/releases/download/v1.1.0/flora-1.1.0.tgz",
Expand Down

0 comments on commit 673c06f

Please sign in to comment.