Skip to content

Commit 099f702

Browse files
authored
Merge pull request #95 from oracle/bsmoyers-k8s-install-flags-1
Update run.sh need to quote clean command now that we're using options
2 parents cfaf042 + 358fab3 commit 099f702

File tree

1 file changed

+1
-1
lines changed
  • src/integration-tests/bash

1 file changed

+1
-1
lines changed

src/integration-tests/bash/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ function ctrl_c() {
376376

377377
function clean_jenkins {
378378
trace Cleaning.
379-
/usr/local/packages/aime/ias/run_as_root ${SCRIPTPATH}/clean_docker_k8s.sh -y
379+
/usr/local/packages/aime/ias/run_as_root "${SCRIPTPATH}/clean_docker_k8s.sh -y"
380380
}
381381

382382
function setup_jenkins {

0 commit comments

Comments
 (0)