]> granicus.if.org Git - imagemagick/commitdiff
Enabled check.
authorDirk Lemstra <dirk@git.imagemagick.org>
Mon, 17 Sep 2018 17:40:14 +0000 (19:40 +0200)
committerDirk Lemstra <dirk@git.imagemagick.org>
Mon, 17 Sep 2018 17:40:14 +0000 (19:40 +0200)
build/check-tests.sh

index d7c063062df4aa3f242fea4f5cef8e6b9a8538d5..bcab6b53b804f5305c72ff309987036829527590 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/bash
 
-#if git diff --name-only HEAD~1 HEAD | grep ChangeLog; then
+if git diff --name-only HEAD~1 HEAD | grep ChangeLog; then
     echo "##vso[task.setvariable variable=RunTests;isOutput=true]true"
-#fi
\ No newline at end of file
+fi
\ No newline at end of file