Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Use sudo script for CentOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Pabón committed Jun 27, 2016
1 parent d90225b commit 4deacac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/TestOpenShiftSmokeTest/run.sh
Expand Up @@ -38,7 +38,7 @@ copy_client_files() {

deploy_heketi_glusterfs() {
cd tests/deploy
sudo ./run.sh || fail "Unable to deploy"
_sudo ./run.sh || fail "Unable to deploy"
cd $CURRENT_DIR
}

Expand Down

0 comments on commit 4deacac

Please sign in to comment.