From 673c06fac533ba4adeccda6002246eccab3087af Mon Sep 17 00:00:00 2001 From: Andras Varga Date: Sat, 12 Oct 2024 22:04:29 +0200 Subject: [PATCH] tmp: external.py: flora: remove /dev/null redirections -- TODO for the others too!!!! --- opp_env/database/external.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opp_env/database/external.py b/opp_env/database/external.py index 50d9819a..abe0cc17 100644 --- a/opp_env/database/external.py +++ b/opp_env/database/external.py @@ -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",