Skip to content

Commit

Permalink
minor log cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser26 committed Jul 25, 2024
1 parent 726dfe0 commit 301e1f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/system-tests/container/rim_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pushd $swidDir > /dev/null
fi
if [ "$UPLOAD_ARTIFACTS" = YES ]; then
echo "Uploading $swidtag to $SERVER_RIM_POST"
curl -k -F "file=@$swidtag" $SERVER_RIM_POST > /dev/null
curl -k -F "file=@$swidtag" $SERVER_RIM_POST > /dev/null 2>&1
fi
done
fi
Expand All @@ -102,7 +102,7 @@ pushd $rimDir > /dev/null
fi
if [ "$UPLOAD_ARTIFACTS" = YES ]; then
echo "Uploading $rim to $SERVER_RIM_POST"
curl -k -F "file=@$rim" $SERVER_RIM_POST > /dev/null
curl -k -F "file=@$rim" $SERVER_RIM_POST > /dev/null 2>&1
fi
done
fi
Expand Down
2 changes: 1 addition & 1 deletion .ci/system-tests/sys_test_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ uploadTrustedCerts() {
# Upload CA Cert from IBMTSS Tools
echo "Uploading Trust Certificates to ${HIRS_ACA_HOSTNAME}:${HIRS_ACA_PORTAL_PORT}"
echo "Uploading the EK Certificate CA(s)..."
docker exec -i $tpm2_container /bin/bash -c "curl -k -F 'file=@/ibmtss/utils/certificates/cacert.pem' $SERVER_CACERT_POST" > /dev/null
docker exec -i $tpm2_container /bin/bash -c "curl -k -F 'file=@/ibmtss/utils/certificates/cacert.pem' $SERVER_CACERT_POST" > /dev/null 2>&1
echo "...done"
# Upload Trusted Certs from HIRS
echo "Uploading the Platform Certificate CA(s)..."
Expand Down

0 comments on commit 301e1f7

Please sign in to comment.