diff --git a/.ci/system-tests/container/pc_setup.sh b/.ci/system-tests/container/pc_setup.sh index 3265b3be..9314f12a 100644 --- a/.ci/system-tests/container/pc_setup.sh +++ b/.ci/system-tests/container/pc_setup.sh @@ -17,7 +17,7 @@ echo "Test is using platform cert(s) from $profile : $test" # Use the default if test does not have a test specific file. allCompScript=/HIRS/.ci/system-tests/profiles/$profile/$test/$compscript -if [ ! -f "$allCompFile" ]; then +if [ ! -f "$allCompScript" ]; then allCompScript=/HIRS/.ci/system-tests/profiles/"$profile"/default/"$profile"_default_allcomponents.sh fi cp -f $allCompScript /opt/paccor/scripts/allcomponents.sh;