From b0ae5d6d5f9a1d1e0202585e2b86b25e8d394de9 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 17 May 2010 18:45:53 +0200 Subject: [PATCH] Use wrapper to run case study with RT prio on my (development) machine --- build/run-pipeline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/run-pipeline.sh b/build/run-pipeline.sh index 0bc53b9..d30ced2 100755 --- a/build/run-pipeline.sh +++ b/build/run-pipeline.sh @@ -13,7 +13,7 @@ export NUM export FCB_ADDR=192.168.1.10 BUILD=`basename $PWD` -#[ "$BUILD" = "build" ] && WRAPPER="sudo chrt -f 50" +[ "$BUILD" = "build" ] && WRAPPER="sudo -E chrt -f 50" trap '$WRAPPER kill $STREAMER_PID' EXIT -- 2.39.2