summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-07 12:03:25 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-07 12:03:25 +0000
commit8bffaa02ae471fc3fbcba1ff5d1ec17b9fe64156 (patch)
tree7d58dd409243404accddd3026589af65c732dcf7 /check
parentd57756ce1748d959555e82d341b59513e506b08d (diff)
downloadmorph-8bffaa02ae471fc3fbcba1ff5d1ec17b9fe64156.tar.gz
check: remove fakeroot
It is possible to run the script as root if needed We don't have fakeroot in baserock devel yet
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 6d910d1a..b7e1ba0b 100755
--- a/check
+++ b/check
@@ -20,7 +20,7 @@
set -e
python setup.py clean check
-fakeroot cmdtest -c ./morph tests
+cmdtest -c ./morph tests
if [ -d .git ];
then