add expect_disconnect otherwise the build fails

This commit is contained in:
Diego Casati 2018-04-18 12:05:27 -07:00
parent aa737a5862
commit de429da5f9
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@
],
"inline_shebang": "/bin/sh -x",
"type": "shell",
"skip_clean": "true"
"skip_clean": "true",
"expect_disconnect": "true"
}]
}