diff --git a/qa/vagrant/build.gradle b/qa/vagrant/build.gradle index 1de1e8f0968..735a401e542 100644 --- a/qa/vagrant/build.gradle +++ b/qa/vagrant/build.gradle @@ -186,7 +186,7 @@ for (String box : availableBoxes) { dependsOn up finalizedBy halt commandLine 'vagrant', 'ssh', box, '--command', - "set -o pipefail && ${smokeTestCommand} | sed -ue \'s/^/ ${box}: /'" + "set -o pipefail && ${smokeTestCommand} | sed -ue 's/^/ ${box}: /'" } vagrantSmokeTest.dependsOn(smoke)