summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-03-22 14:02:52 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-03-22 14:02:52 +0100
commit1333212891b16bae8c7140b37573442d7749c02d (patch)
treea9f8f3ebeea7d3f17e0ee7a56f69b34fb7ca0e1f
parent3b5c67e371c0435aa91a10ccb106084e0084717b (diff)
downloadcurl-test-ci.tar.gz
debug: try removing $HOME/.bashrc before tests runtest-ci
-rw-r--r--.azure-pipelines.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 75deb0ac5..9822ee5cb 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -85,6 +85,9 @@ stages:
- script: make
displayName: 'make && cd tests && make'
+ - script: rm $HOME/.bashrc
+ displayName: 'remove $HOME/.bashrc'
+
- script: make test-nonflaky
displayName: 'test'
env: