summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-26 16:09:31 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-26 16:09:31 +0100
commita0efcb953fd81af63e3db0d2df26c04e88c20ac9 (patch)
tree3819c111c400ceb18e06665b9f786eac0cd142fd /check
parent01b418b905a1f49d485a15b18130ea0722330ea6 (diff)
parentda2f7a54a42cc6398b538a13b0dc6c1da99b7b2f (diff)
downloadmorph-a0efcb953fd81af63e3db0d2df26c04e88c20ac9.tar.gz
Merge branch 'master' of gitorious.org:baserock/morph
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