Run manifest-update without running tests prior to checking diff

This commit is contained in:
Martin Feckie 2015-11-21 09:35:43 +11:00
parent 3f34ee345e
commit 9c5e9dc96c

View file

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
diff=$(git diff -- tests/wpt/**/MANIFEST.json) ./mach test-wpt --manifest-update SKIP_TESTS
diff=$(git diff --exit-code -- tests/**/MANIFEST.json)
echo "$diff" echo "$diff"
[[ ! $diff ]] [[ ! $diff ]]