summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck5
1 files changed, 5 insertions, 0 deletions
diff --git a/check b/check
index 5fe8df0f..8af05668 100755
--- a/check
+++ b/check
@@ -21,6 +21,11 @@ set -e
python setup.py clean check
cmdtest tests
+cmdtest tests.branching
+if [ $(whoami) = root ] && command -v mkfs.btrfs > /dev/null
+then
+ cmdtest tests.as-root
+fi
if [ -d .git ];
then