From: Magnus Jacobsson Date: Tue, 15 Sep 2020 14:02:51 +0000 (+0200) Subject: Add skip of format png:gd also for Linux CMake rtest X-Git-Tag: 2.46.0~20^2^2~68^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=514e84cc836163e54196e58276a330eaa0e994ef;p=graphviz Add skip of format png:gd also for Linux CMake rtest --- diff --git a/rtest/rtest.py b/rtest/rtest.py index 3b50a12a4..6870c906d 100755 --- a/rtest/rtest.py +++ b/rtest/rtest.py @@ -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)