diff --git a/.github/workflows/windows-msys2.yml b/.github/workflows/windows-msys2.yml index 09a9ce6eb..076385f3d 100644 --- a/.github/workflows/windows-msys2.yml +++ b/.github/workflows/windows-msys2.yml @@ -177,7 +177,7 @@ jobs: export PYTHONUTF8=1 export PATH="$PWD/build/src/lib:$PATH" export RNP_LOG_CONSOLE=1 - ctest --test-dir build -C Debug --output-on-failure -R rnp_tests.test_windows_unicode || true + ctest --test-dir build -C Debug -V -R rnp_tests.test_windows_unicode || true ctest --parallel ${{ env.CORES }} --test-dir build -C Debug --output-on-failure -R rnp_tests.test_cli_rnpkeys_unicode - name: Install diff --git a/src/tests/cli.cpp b/src/tests/cli.cpp index 36117faa6..6d2d114bd 100644 --- a/src/tests/cli.cpp +++ b/src/tests/cli.cpp @@ -401,7 +401,7 @@ TEST_F(rnp_tests, test_cli_rnpkeys_unicode) STARTUPINFOW siw; ZeroMemory(&siw, sizeof siw); ZeroMemory(&pi, sizeof pi); - fprintf(stdout, "Running CreateProcessW:\n"); + fprintf(stdout, "Running CreateProcessW: %s\n", (char *) cmdline_ws.c_str()); fflush(stdout); res = CreateProcessW(NULL, (LPWSTR) cmdline_ws.c_str(), // Command line