gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: sqlite3 helper: be explicit a


From: gnunet
Subject: [taler-wallet-core] branch master updated: sqlite3 helper: be explicit about python version in shebang
Date: Thu, 09 Jan 2025 11:35:18 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 37abe0fc0 sqlite3 helper: be explicit about python version in shebang
37abe0fc0 is described below

commit 37abe0fc0f496e5cfde074ad97a44499e2fad8c3
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jan 9 11:35:14 2025 +0100

    sqlite3 helper: be explicit about python version in shebang
---
 packages/idb-bridge/taler-helper-sqlite3                  | 2 +-
 packages/taler-harness/src/integrationtests/testrunner.ts | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/packages/idb-bridge/taler-helper-sqlite3 
b/packages/idb-bridge/taler-helper-sqlite3
index a04758bb5..440b2e2f0 100755
--- a/packages/idb-bridge/taler-helper-sqlite3
+++ b/packages/idb-bridge/taler-helper-sqlite3
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import sqlite3
 import sys
diff --git a/packages/taler-harness/src/integrationtests/testrunner.ts 
b/packages/taler-harness/src/integrationtests/testrunner.ts
index 7becdb0c6..10f012b69 100644
--- a/packages/taler-harness/src/integrationtests/testrunner.ts
+++ b/packages/taler-harness/src/integrationtests/testrunner.ts
@@ -151,6 +151,7 @@ import { runWithdrawalFeesTest } from 
"./test-withdrawal-fees.js";
 import { runWithdrawalFlexTest } from "./test-withdrawal-flex.js";
 import { runWithdrawalHandoverTest } from "./test-withdrawal-handover.js";
 import { runWithdrawalHugeTest } from "./test-withdrawal-huge.js";
+import { runWithdrawalIbanQrTest } from "./test-withdrawal-iban-qr.js";
 import { runWithdrawalIdempotentTest } from "./test-withdrawal-idempotent.js";
 import { runWithdrawalManualTest } from "./test-withdrawal-manual.js";
 import { runWithdrawalPrepareTest } from "./test-withdrawal-prepare.js";
@@ -298,6 +299,7 @@ const allTests: TestMainFunction[] = [
   runKycAmpFailureTest,
   runPeerPushAbortTest,
   runWithdrawalCashacceptorTest,
+  runWithdrawalIbanQrTest,
 ];
 
 export interface TestRunSpec {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]