Skip to content

Commit 987e23e

Browse files
authored
remove --reporter cata-ci-reporter
1 parent 7505ea6 commit 987e23e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/msvc-full-features.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
- name: Run tests
197197
if: ${{ github.ref_name != 'master' }}
198198
run: |
199-
.\Cataclysm-test-vcpkg-static-Release-x64.exe --min-duration 20 --rng-seed time --order lex --reporter cata-ci-reporter --wait-for-keypress exit
199+
.\Cataclysm-test-vcpkg-static-Release-x64.exe --min-duration 20 --rng-seed time --order lex --wait-for-keypress exit
200200
201201
- name: Dump disk usage logs if job failed
202202
if: failure()

build-scripts/gha_test_only.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -exo pipefail
77

88
num_jobs=3
99
parallel_opts="--verbose --linebuffer"
10-
cata_test_opts="--min-duration 20 --use-colour yes --rng-seed time --order lex --reporter cata-ci-reporter ${EXTRA_TEST_OPTS}"
10+
cata_test_opts="--min-duration 20 --use-colour yes --rng-seed time --order lex ${EXTRA_TEST_OPTS}"
1111
[ -z $NUM_TEST_JOBS ] && num_test_jobs=3 || num_test_jobs=$NUM_TEST_JOBS
1212

1313
# We might need binaries installed via pip, so ensure that our personal bin dir is on the PATH

0 commit comments

Comments
 (0)