From: Magnus Jacobsson Date: Mon, 3 Aug 2020 05:13:52 +0000 (+0200) Subject: Add new rtest.sh that calls rtest.py X-Git-Tag: 2.46.0~20^2^2~145^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc788fde6a45b4e1506afee85d374cd7a4ff8835;p=graphviz Add new rtest.sh that calls rtest.py --- diff --git a/rtest/rtest.sh b/rtest/rtest.sh new file mode 100644 index 000000000..fcee06210 --- /dev/null +++ b/rtest/rtest.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +python3 rtest.py "$@"