From bbec3f368e4fe48384c2ddb74a7b4a30851f58e6 Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Wed, 22 May 2024 06:23:05 -0500 Subject: [PATCH] Fixed mistakenly committed test change To make the windows acceptance workflow go faster I tested only one failing test. This change wasn't noticed when committing the fix for using only C: partition. Ticket: ENT-11771 Changelog: none --- .github/workflows/windows_acceptance_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_acceptance_tests.yml b/.github/workflows/windows_acceptance_tests.yml index 28550f8b7d..06e9cefd25 100644 --- a/.github/workflows/windows_acceptance_tests.yml +++ b/.github/workflows/windows_acceptance_tests.yml @@ -60,7 +60,7 @@ jobs: shell: pwsh - name: run the tests - run: './testall --bindir="/c/Program Files/Cfengine/bin" --extraclasses=EXTRA ./05_processes/01_matching/process_count_found.cf ' + run: './testall --bindir="/c/Program Files/Cfengine/bin" --extraclasses=EXTRA' working-directory: C:/core/tests/acceptance env: # env vars for testall script to properly detect environment