[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: improve tests symlink's name
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: improve tests symlink's name |
Date: |
Fri, 09 Jul 2021 13:16:02 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new a3d22f73 improve tests symlink's name
a3d22f73 is described below
commit a3d22f7313397bd4e89cf4578826278ddcae441e
Author: ms <ms@taler.net>
AuthorDate: Fri Jul 9 13:15:50 2021 +0200
improve tests symlink's name
---
packages/taler-wallet-cli/src/integrationtests/testrunner.ts | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
b/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
index 82fbe8bf..82f4c24a 100644
--- a/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
@@ -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) {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: improve tests symlink's name,
gnunet <=