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