From 1eb64f3961c879d7a6dd161b7a4a37829340d7d4 Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Thu, 7 Nov 2019 14:41:01 +0100 Subject: [PATCH] Test all XML collection Related to #2886 and #2887 --- .gitlab-ci.yml | 12 ++++++------ .gitlab/build-test.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4f529d66e..82df2eff49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -360,7 +360,7 @@ scan:racket:cs: - linux - x86_64 script: - - raco test -l tests/xml/test 2>&1 | tee test.log + - raco test -c tests/xml 2>&1 | tee test.log artifacts: when: always paths: @@ -880,7 +880,7 @@ test:zo-path:cs: - raco pkg install --auto racket-test # Test: test:xml:test -test:xml:test:cgc: +test:xml:cgc: stage: stage3 needs: ["build:racket:cgc"] extends: .test:xml:test @@ -893,7 +893,7 @@ test:xml:test:cgc: - raco pkg config - raco pkg install --auto racket-test -test:xml:test:3m: +test:xml:3m: stage: stage4 needs: ["build:racket:3m"] extends: .test:xml:test @@ -906,7 +906,7 @@ test:xml:test:3m: - raco pkg config - raco pkg install --auto racket-test -test:xml:test:cs: +test:xml:cs: stage: stage5 needs: ["build:racket:cs"] extends: .test:xml:test @@ -1033,7 +1033,7 @@ test:ubsan: - raco test -l tests/openssl/https 2>&1 | tee logs/openssl-https-test.log - raco test -l tests/match/main 2>&1 | tee logs/match-main-test.log - raco test -l tests/zo-path 2>&1 | tee logs/zo-path-test.log - - raco test -l tests/xml/test 2>&1 | tee logs/xml-test.log + - raco test -c tests/xml 2>&1 | tee logs/xml-test.log - raco test -l tests/db/all-tests 2>&1 | tee logs/db-test.log - raco test -c tests/stxparse 2>&1 | tee logs/stxparse-test.log after_script: @@ -1066,7 +1066,7 @@ test:ubsan:cs: - racocs test -l tests/openssl/https 2>&1 | tee cs-logs/openssl-https-test.log - racocs test -l tests/match/main 2>&1 | tee cs-logs/match-main-test.log - racocs test -l tests/zo-path 2>&1 | tee cs-logs/zo-path-test.log - - racocs test -l tests/xml/test 2>&1 | tee cs-logs/xml-test.log + - racocs test -c tests/xml 2>&1 | tee cs-logs/xml-test.log - racocs test -l tests/db/all-tests 2>&1 | tee cs-logs/db-test.log - racocs test -c tests/stxparse 2>&1 | tee cs-logs/stxparse-test.log after_script: diff --git a/.gitlab/build-test.sh b/.gitlab/build-test.sh index e29ade1034..4ac3c4aa79 100755 --- a/.gitlab/build-test.sh +++ b/.gitlab/build-test.sh @@ -279,7 +279,7 @@ annotate-output ${RACOEXE} test -l tests/openssl/basic annotate-output ${RACOEXE} test -l tests/openssl/https annotate-output ${RACOEXE} test -l tests/match/main annotate-output ${RACOEXE} test -l tests/zo-path -annotate-output ${RACOEXE} test -l tests/xml/test +annotate-output ${RACOEXE} test -c tests/xml annotate-output ${RACOEXE} test -l tests/db/all-tests annotate-output ${RACOEXE} test -c tests/stxparse