[LTP] [PATCH 2/2] sched_football: Remove run_auto.sh helper script
Petr Vorel
pvorel@suse.cz
Mon Jul 29 13:39:27 CEST 2024
Script is unused since uninstalled since previous commit.
realtime tests needs to be properly integrated to LTP anyway or moved to
rt-tests. See https://github.com/linux-test-project/ltp/issues/1078.
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
testcases/realtime/func/sched_football/run_auto.sh | 14 --------------
1 file changed, 14 deletions(-)
delete mode 100755 testcases/realtime/func/sched_football/run_auto.sh
diff --git a/testcases/realtime/func/sched_football/run_auto.sh b/testcases/realtime/func/sched_football/run_auto.sh
deleted file mode 100755
index 7e0703acf8..0000000000
--- a/testcases/realtime/func/sched_football/run_auto.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-profile=${1:-default}
-
-cd $(dirname $0) # Move to test directory
-if [ ! $SCRIPTS_DIR ]; then
- # assume we're running standalone
- export SCRIPTS_DIR=../../scripts/
-fi
-
-. $SCRIPTS_DIR/setenv.sh
-
-# Warning: tests args are now set in profiles
-$SCRIPTS_DIR/run_c_files.sh $profile sched_football
--
2.45.2
More information about the ltp
mailing list