From bf97588323e910bec2873d22ca5516e908bed218 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 21 Oct 2015 15:11:51 +0200 Subject: [PATCH] Split the auth-test script logically --- build-scripts/test-auth | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-scripts/test-auth b/build-scripts/test-auth index d1d1caf1d..961556fab 100755 --- a/build-scripts/test-auth +++ b/build-scripts/test-auth @@ -37,26 +37,33 @@ export geoipregion=oc geoipregionip=1.2.3.4 ./timestamp ./start-test-stop 5300 bind-dnssec-nsec3-optout-both || EXIT=1 ./timestamp ./start-test-stop 5300 bind-dnssec-nsec3-narrow || EXIT=1 ./timestamp ./start-test-stop 5300 bind-hybrid-nsec3 || EXIT=1 + ./timestamp ./start-test-stop 5300 geoipbackend || EXIT=1 ./timestamp ./start-test-stop 5300 geoipbackend-nsec3-narrow || EXIT=1 + ./timestamp ./start-test-stop 5300 gmysql-nodnssec-both || EXIT=1 ./timestamp ./start-test-stop 5300 gmysql-both || EXIT=1 ./timestamp ./start-test-stop 5300 gmysql-nsec3-both || EXIT=1 ./timestamp ./start-test-stop 5300 gmysql-nsec3-optout-both || EXIT=1 ./timestamp ./start-test-stop 5300 gmysql-nsec3-narrow || EXIT=1 + ./timestamp ./start-test-stop 5300 gpgsql-nodnssec-both || EXIT=1 ./timestamp ./start-test-stop 5300 gpgsql-both || EXIT=1 ./timestamp ./start-test-stop 5300 gpgsql-nsec3-both || EXIT=1 ./timestamp ./start-test-stop 5300 gpgsql-nsec3-optout-both || EXIT=1 ./timestamp ./start-test-stop 5300 gpgsql-nsec3-narrow || EXIT=1 + ./timestamp ./start-test-stop 5300 gsqlite3-nodnssec-both || EXIT=1 ./timestamp ./start-test-stop 5300 gsqlite3-both || EXIT=1 ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-both || EXIT=1 ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-optout-both || EXIT=1 ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-narrow || EXIT=1 + #DNSName - ./timestamp ./start-test-stop 5300 lmdb-nodnssec || EXIT=1 + ./timestamp ./start-test-stop 5300 mydns || EXIT=1 ./timestamp ./start-test-stop 5300 opendbx-sqlite3 || EXIT=1 + ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-pipe || EXIT=1 ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-pipe-dnssec || EXIT=1 ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-unix || EXIT=1 @@ -65,6 +72,7 @@ export geoipregion=oc geoipregionip=1.2.3.4 ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-http-dnssec || EXIT=1 #./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq || EXIT=1 #./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq-dnssec || EXIT=1 + ./timestamp ./start-test-stop 5300 tinydns || EXIT=1 cd ../regression-tests.nobackend/ -- 2.40.0