mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-18 02:39:56 +00:00
initial Platfom Cert test
This commit is contained in:
parent
a57b34c47f
commit
5ff331aa9c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user