diff mbox series

[2/2] sched_football: Remove run_auto.sh helper script

Message ID 20240729113927.1250531-2-pvorel@suse.cz
State Accepted
Headers show
Series [1/2] sched_football: Install to the default $LTPROOT/testcases/bin | expand

Commit Message

Petr Vorel July 29, 2024, 11:39 a.m. UTC
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 mbox series

Patch

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