Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only use single * and ignore mach output
  • Loading branch information
mfeckie committed Nov 20, 2015
1 parent 9c5e9dc commit a024c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/ci/manifest_changed.sh
@@ -1,5 +1,5 @@
#!/bin/bash
./mach test-wpt --manifest-update SKIP_TESTS
diff=$(git diff --exit-code -- tests/**/MANIFEST.json)
./mach test-wpt --manifest-update SKIP_TESTS > /dev/null
diff=$(git diff -- tests/*/MANIFEST.json)
echo "$diff"
[[ ! $diff ]]

0 comments on commit a024c1c

Please sign in to comment.