From 2cad934f600b953dcece30366109076c078ef4a6 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson <Magnus.Jacobsson@berotec.se> Date: Thu, 16 Apr 2020 17:17:54 +0200 Subject: [PATCH] Avoid having to run ./configure before test --- ci/test.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.40.0