From 304f118283b2ae074473b70497a484f9e72dae4e Mon Sep 17 00:00:00 2001 From: John Kacur Date: Wed, 19 Nov 2025 12:31:35 -0500 Subject: [PATCH] Update run_tests.sh update run_tests.sh to contain the correct version of the kernel tarball Resolves: RHEL-86701 Signed-off-by: John Kacur --- tests/scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index 14edd9f..ae2f940 100644 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -12,7 +12,7 @@ else fi # check that the tarball is in place -if [[ ! -f /usr/share/rteval/loadsource/linux-6.12-rc4.tar.gz ]]; then +if [[ ! -f /usr/share/rteval/loadsource/linux-6.17.7.tar.xz ]]; then echo "No load tarball found!" exit 3 fi