]> granicus.if.org Git - graphviz/commitdiff
Add skip of format png:gd also for Linux CMake rtest
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Tue, 15 Sep 2020 14:02:51 +0000 (16:02 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Wed, 23 Sep 2020 06:37:52 +0000 (08:37 +0200)
rtest/rtest.py

index 3b50a12a46601c397a259bda9e9d081b99e1b178..6870c906dd0e32eb46f02ffea7fc6227badf5a61 100755 (executable)
@@ -242,10 +242,9 @@ def doTest(TEST):
       continue
     # FIXME: Remove when https://gitlab.com/graphviz/graphviz/-/issues/1786 is
     # fixed
-    if platform.system() == 'Windows' and \
-       os.environ.get('build_system') == 'cmake' and \
+    if os.environ.get('build_system') == 'cmake' and \
        SUBTEST['FMT'] == 'png:gd':
-      print('Skipping test {0}:{1} : format {2} because Windows CMake builds '
+      print('Skipping test {0}:{1} : format {2} because CMake builds '
             'does not support format png:gd (#1786)'
             .format(TESTNAME, i, SUBTEST['FMT']),
             file=sys.stderr)