Skip to content

Commit

Permalink
[CRC] update crc integration test due to change from crc-org/crc#4184
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyLuLiu committed Jun 14, 2024
1 parent 0a25749 commit e0ce2e0
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,8 @@ sudo mv /tmp/crc /usr/bin/crc
function run-tests() {
pushd crc
set +e
export PULL_SECRET_PATH="${HOME}"/pull-secret
set -e
export BUNDLE_PATH="${HOME}"/$(cat "${HOME}"/bundle)
/tmp/integration.test
/tmp/integration.test --pull-secret-path="${HOME}"/pull-secret
if [[ $? -ne 0 ]]; then
exit 1
popd
Expand Down

0 comments on commit e0ce2e0

Please sign in to comment.