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 <jkacur@redhat.com>
This commit is contained in:
John Kacur 2025-11-19 12:31:35 -05:00
parent c8bd06f29e
commit 304f118283

View File

@ -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