From: Magnus Jacobsson Date: Tue, 15 Sep 2020 14:15:44 +0000 (+0200) Subject: Replace rtest.sh with rtest.py for remaining automake targets X-Git-Tag: 2.46.0~20^2^2~74^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82fbc240a6e1ce327872a9b03338c9ca841ac73e;p=graphviz Replace rtest.sh with rtest.py for remaining automake targets This should have been part of https://gitlab.com/graphviz/graphviz/-/merge_requests/1496. --- diff --git a/rtest/Makefile.am b/rtest/Makefile.am index 2dcacbb34..fae2f9212 100644 --- a/rtest/Makefile.am +++ b/rtest/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = graphs linux.x86 check test rtest: $(top_builddir)/cmd/dot/dot_builtins $(top_builddir)/contrib/diffimg/diffimg - ./rtest.sh + ./rtest.py -EXTRA_DIST = graphs nshare rtest.sh strps.awk tests.txt tests_subset.txt test_regression.py +EXTRA_DIST = graphs nshare rtest.py strps.awk tests.txt tests_subset.txt test_regression.py