Updated etc/ci/check_no_unwrap.sh for new constellation crate.

This commit is contained in:
Alan Jeffrey 2016-05-18 09:53:22 -05:00
parent 96a86bd952
commit d16d2a076a

View file

@ -11,6 +11,6 @@ cd "$(git rev-parse --show-toplevel)" # cd into repo root so make sure paths wor
# files that should not contain "unwrap"
FILES=("components/compositing/compositor.rs"
"components/compositing/pipeline.rs"
"components/compositing/constellation.rs")
"components/constellation/constellation.rs")
! grep -n "unwrap(\|panic!(" "${FILES[@]}"