We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21124f6 + 2448451 commit 5226749Copy full SHA for 5226749
tests/integration/spec.bats
@@ -73,7 +73,10 @@ function teardown() {
73
[ "$status" -eq 0 ]
74
75
SPEC_COMMIT=$(grep runtime-spec ${TESTDIR}/../../Godeps/Godeps.json -A 4 | grep Rev | cut -d":" -f 2 | tr -d ' "')
76
- run git -C src/runtime-spec reset --hard "${SPEC_COMMIT}"
+ (
77
+ cd src/runtime-spec &&
78
+ run git reset --hard "${SPEC_COMMIT}"
79
+ )
80
81
[ -e src/runtime-spec/schema/schema.json ]
82
0 commit comments