From d16d2a076a40790955d6e368604eab9890d97ec1 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Wed, 18 May 2016 09:53:22 -0500 Subject: [PATCH] Updated etc/ci/check_no_unwrap.sh for new constellation crate. --- etc/ci/check_no_unwrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ci/check_no_unwrap.sh b/etc/ci/check_no_unwrap.sh index 9f07b56aaf7..e70fa31192a 100755 --- a/etc/ci/check_no_unwrap.sh +++ b/etc/ci/check_no_unwrap.sh @@ -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[@]}"