summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2021-10-08 20:43:19 +0200
committerMarc Hoersken <info@marc-hoersken.de>2021-10-27 12:33:18 +0200
commit74d46aee28a209315902b1dc385bb1e73e8159c1 (patch)
treeb9e7bc96a80a2b13a07b5917eb3bf579e16344b8 /.cirrus.yml
parentf0ab8a631aeaa4cb458d55f25313080416adf43e (diff)
downloadcurl-74d46aee28a209315902b1dc385bb1e73e8159c1.tar.gz
CI: more use of test-ci make target and verbose output
Replace test-nonflaky with test-ci and enable verbose output in all remaining CIs except Zuul which is customized a lot. Reviewed-by: Daniel Stenberg Reviewed-by: Jay Satiro Follow up to #7785 Closes #7832
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 d958ee1c3..587e0ae94 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -68,7 +68,7 @@ freebsd_task:
- find . -type d -exec chmod 777 {} \;
# The OpenSSH server instance for the testsuite cannot be started on FreeBSD,
# therefore the SFTP and SCP tests are disabled right away from the beginning.
- - sudo -u nobody make V=1 TFLAGS="-n -r -u !SFTP !SCP" test-nonflaky
+ - sudo -u nobody make V=1 TFLAGS="-n !SFTP !SCP" test-ci
install_script:
- make V=1 install