gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: convenience script


From: gnunet
Subject: [taler-bank] branch master updated: convenience script
Date: Tue, 25 Aug 2020 17:58:27 +0200

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

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 2b3756a  convenience script
2b3756a is described below

commit 2b3756a30021c96ff8941b981085b3c263723710
Author: MS <ms@taler.net>
AuthorDate: Tue Aug 25 17:58:19 2020 +0200

    convenience script
---
 run-one-test.sh | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/run-one-test.sh b/run-one-test.sh
new file mode 100755
index 0000000..41a4593
--- /dev/null
+++ b/run-one-test.sh
@@ -0,0 +1,11 @@
+#!/usr/bin/env bash
+
+# See Bug #5850 for some tests that are currently skipped
+
+if [[ -z $1 ]]; then
+    echo "Usage: ./run-one-test.sh 'TestClassName'"
+    exit 0
+fi
+
+export TALER_CONFIG_FILE="talerbank/app/testconfigs/bank-check.conf"
+exec ./manage.py test --no-input talerbank.app.tests.$1

-- 
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]