improve tests symlink's name
This commit is contained in:
parent
655c5fc18a
commit
a3d22f7313
@ -148,7 +148,10 @@ export interface TestInfo {
|
||||
}
|
||||
|
||||
function updateCurrentSymlink(testDir: string): void {
|
||||
const currLink = path.join(os.tmpdir(), "taler-integrationtests-current");
|
||||
const currLink = path.join(
|
||||
os.tmpdir(),
|
||||
`taler-integrationtests-${os.userInfo().username}-current`
|
||||
);
|
||||
try {
|
||||
fs.unlinkSync(currLink);
|
||||
} catch (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user