Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-02-19 21:58:53 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2020-02-20 17:33:30 +0300
commita86f5ecf1f84bf5e7f6a90549d03c3d68c7c535b (patch)
treed8f340946ef0d305c957872b39863edd8971c2dd
parent31865d5e209689b94844a6208e2df4840ae842f4 (diff)
Improve test wrapper script to pass arguments
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index b4f1c39..259b48f 100755
--- a/test.sh
+++ b/test.sh
@@ -1,2 +1,2 @@
#!/usr/bin/bash
-exec python3 -m unittest discover
+exec python3 -m unittest discover "$@"