mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-11 07:52:31 +02:00
Clarify cleanup comment scope in session-manager tests
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com>
This commit is contained in:
parent
caab908be8
commit
b90448aef6
1 changed files with 2 additions and 1 deletions
|
|
@ -1600,7 +1600,8 @@ src/main.ts
|
|||
);
|
||||
})) passed++; else failed++;
|
||||
|
||||
// Cleanup test environment for Rounds 95-98
|
||||
// Cleanup test environment for Rounds 95-98 that needed sessions
|
||||
// (Round 98: parseSessionFilename below doesn't need sessions)
|
||||
process.env.HOME = origHome2;
|
||||
if (origUserProfile2 !== undefined) {
|
||||
process.env.USERPROFILE = origUserProfile2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue