From: Magnus Jacobsson Date: Thu, 16 Apr 2020 15:17:54 +0000 (+0200) Subject: Avoid having to run ./configure before test X-Git-Tag: 2.44.1~77^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cad934f600b953dcece30366109076c078ef4a6;p=graphviz Avoid having to run ./configure before test --- diff --git a/ci/test.sh b/ci/test.sh index 915d8e3d5..613b146e5 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -25,8 +25,5 @@ else ${DIR}/os/${ARCH}/graphviz-nox-${GV_VERSION}*.rpm fi cd graphviz-${GV_VERSION} -./configure tests/regression_tests/installation/check_installation.sh -ln -s /usr/bin/dot cmd/dot/dot_builtins -ln -s /usr/bin/diffimg contrib/diffimg/diffimg -make -C tests/regression_tests/shapes check +tests/regression_tests/shapes/shapes.sh