summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDWesl <22566757+DWesl@users.noreply.github.com>2022-06-11 11:34:22 -0400
committerGitHub <noreply@github.com>2022-06-11 11:34:22 -0400
commitaafb92ab934dcf58fe432f95c8dfcef8f32a91c7 (patch)
tree429d787b79f31e2084f1339582c7a04d63ef2a16
parent9be148c65e9e6c7ed6706c12adc785187918da88 (diff)
downloadgitpython-aafb92ab934dcf58fe432f95c8dfcef8f32a91c7.tar.gz
CI: Turn of command echo for tests
Echoing the commands in shell scripts in tests causes problems with the tests.
-rw-r--r--.github/workflows/cygwin-test.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/cygwin-test.yml b/.github/workflows/cygwin-test.yml
index fff21e67..6fe50124 100644
--- a/.github/workflows/cygwin-test.yml
+++ b/.github/workflows/cygwin-test.yml
@@ -53,6 +53,5 @@ jobs:
- name: Test with pytest
shell: bash.exe -eo pipefail -o igncr "{0}"
run: |
- set -x
/usr/bin/python -m pytest
continue-on-error: false