summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2021-09-27 21:17:29 +0200
committerMarc Hoersken <info@marc-hoersken.de>2021-10-08 20:16:15 +0200
commitab1671cafefcaf19ff6ac00a6cc7b36dfe16adcd (patch)
treee7b57626ec198036af2f0f562e994182c1df2909 /.cirrus.yml
parentaceff6088cef70843de1da1dd7cc03c37c094d99 (diff)
downloadcurl-ab1671cafefcaf19ff6ac00a6cc7b36dfe16adcd.tar.gz
CI/makefiles: introduce dedicated test target
Make it easy to use the same set of test flags throughout all current and future CI builds. Reviewed-by: Jay Satiro Follow up to #7690 Closes #7785
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index b19f20d65..4c770a2a0 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -129,4 +129,4 @@ windows_task:
install_script: |
%container_cmd% -l -c "cd $(echo '%cd%') && make V=1 install && PATH=/usr/bin:/bin find . -type f -path '*/.libs/*.exe' -print -execdir mv -t .. {} \;"
test_script: |
- %container_cmd% -l -c "cd $(echo '%cd%') && make V=1 TFLAGS='-r -rm -u !SCP %tests%' test-nonflaky"
+ %container_cmd% -l -c "cd $(echo '%cd%') && make V=1 TFLAGS='!SCP %tests%' test-ci"