From e84760c24b479ae735cc64e72cd4a42551fba7a8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 Jul 2016 19:19:19 +0300 Subject: Add ci test for image icc profiles. --- tools/ci/scripts/icccheckfile.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 tools/ci/scripts/icccheckfile.sh (limited to 'tools/ci/scripts') diff --git a/tools/ci/scripts/icccheckfile.sh b/tools/ci/scripts/icccheckfile.sh new file mode 100755 index 000000000..5dfd2f80f --- /dev/null +++ b/tools/ci/scripts/icccheckfile.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +identify -verbose $1 | grep profile >/dev/null + +if [ "$?" == 0 ]; then + echo "ICC profile found for image $1" +fi -- cgit v1.2.3-70-g09d2