Skip to content

Commit

Permalink
external.py: remove '&' from REASE smoke test (why was it there?)
Browse files Browse the repository at this point in the history
  • Loading branch information
avarga committed Oct 12, 2024
1 parent 87855c8 commit 1a14cb4
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 @@ -710,7 +710,7 @@ def get_project_descriptions():
r"""cd Topologies/topo_router""",
r"""if [ "$BUILD_MODE" = "release" ]; then REASE_BIN=$(echo $REASE_ROOT/ReaSE/out/*-release/src/rease); fi""",
r"""if [ "$BUILD_MODE" = "debug" ]; then echo 'Skipping test in debug mode, because the corresponding INET version is only built in release.'; fi""",
r"""$REASE_BIN -n .:../../ReaSE/src:$INET_ROOT/src -u Cmdenv --sim-time-limit=10s &""",
r"""$REASE_BIN -n .:../../ReaSE/src:$INET_ROOT/src -u Cmdenv --sim-time-limit=10s""",
],
"nix_packages": ["libpcap"],
"required_projects": {"omnetpp": ["4.1.0"], "inet": ["20100323"]},
Expand Down

0 comments on commit 1a14cb4

Please sign in to comment.