index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Chirantan Ekbote <chirantan.ekbote@gmail.com> | 2013-01-31 22:24:22 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-02-07 10:48:11 +1000 |
commit | 2f137fdd39d1441f961757ccb1f1e6f6670ac72a (patch) | |
tree | 693e4f7351797eaf4e17c3c1e3ded28dae7d356b | |
parent | 1631255357c248ed827c14ce51e3648c74d0adbf (diff) |
-rw-r--r-- | test/pacman/pmtest.py | 4 |
diff --git a/test/pacman/pmtest.py b/test/pacman/pmtest.py index 1d198f04..d1415677 100644 --- a/test/pacman/pmtest.py +++ b/test/pacman/pmtest.py @@ -204,7 +204,9 @@ class pmtest(object): cmd.append("fakeroot") fakechroot = util.which("fakechroot") - if fakechroot: + if not fakechroot: + print "WARNING: fakechroot not found!" + else: cmd.append("fakechroot") if pacman["gdb"]: |