]> arthur.barton.de Git - bup.git/blobdiff - pytest
save: detect missing metastore via ENOENT not EACCES
[bup.git] / pytest
diff --git a/pytest b/pytest
index a62ee1fe127e8590119722005ee1636e394eccf3..d64d766aada01e57f0d34140b408aa21b8876981 100755 (executable)
--- a/pytest
+++ b/pytest
@@ -1,9 +1,11 @@
 #!/bin/sh
 
+# Changes here might also be appropriate for ./pylint
+
 set -eu
 
 script_home="$(cd "$(dirname "$0")" && pwd -P)"
 testlibdir="$script_home/test/lib"
 
 export PYTHONPATH="$testlibdir${PYTHONPATH:+:$PYTHONPATH}"
-exec dev/bup-python -m pytest -v "$@"
+exec dev/bup-python -m pytest -v -m 'not release' "$@"