Skip to content

Commit

Permalink
Some updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Nov 6, 2024
1 parent 3ba4f35 commit e26d293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/tests/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e26d293

Please sign in to comment.