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:
parent
c8bd06f29e
commit
304f118283
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user