separate out tcg_rim_tool tests

This commit is contained in:
iadgovuser26 2021-09-02 10:45:07 -04:00 committed by GitHub
parent c424f0c02d
commit 18a8723219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ jobs:
docker run --rm \
-v $(pwd):/HIRS hirs/hirs-ci:centos7 /bin/bash \
-c 'pushd /HIRS; \
./gradlew clean build; \
./gradlew clean build -x test :tools/tcg_rim_tool:build; \
gradle_status=$?; \
if (( $gradle_status != "0" )) ; then \
./gradlew :HIRS_AttestationCA:clean :HIRS_AttestationCA:build :HIRS_AttestationCA:test; \