From 1333212891b16bae8c7140b37573442d7749c02d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 22 Mar 2021 14:02:52 +0100 Subject: debug: try removing $HOME/.bashrc before tests run --- .azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, , et al. +# Copyright (C) 1998 - 2021, Daniel Stenberg, , 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: -- cgit v1.2.1