Skip to content

Commit

Permalink
add some debug logging to collection
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Jan 17, 2025
1 parent b7600d1 commit 2dcb3b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/prysk/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ execSync(`${getVenvBin("pip")} show pytest_prysk -f`, {
env: process.env,
});
patchPytestPrysk();
execSync(`${getVenvBin("pytest")} --co`, {
execSync(`${getVenvBin("pytest")} --co --debug=logs.txt`, {
stdio: "inherit",
env: process.env,
});
console.log(fs.readFileSync("logs.txt", "utf-8"));
const flags = [
isWindows
? "--prysk-shell=C:\\Program Files\\Git\\bin\\bash.EXE"
Expand Down

0 comments on commit 2dcb3b7

Please sign in to comment.