index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-11-25 19:26:44 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-11-26 11:05:44 +1000 |
commit | 3073752bcd9718b243661dd727e8f8bc18035938 (patch) | |
tree | 93c96808f33533f7f1f9959951a5b0cd8d2532e0 /test | |
parent | 49a8e90bc78c17600eb4903ba00be26341df9161 (diff) |
-rwxr-xr-x | test/pacman/pactest.py | 2 |
diff --git a/test/pacman/pactest.py b/test/pacman/pactest.py index a5891d17..3414f4cc 100755 --- a/test/pacman/pactest.py +++ b/test/pacman/pactest.py @@ -96,7 +96,7 @@ def create_parser(): dest = "gdb", default = False, help = "use gdb while calling pacman") parser.add_option("--valgrind", action = "store_true", - dest = "valgrind", default = False, + dest = "valgrind", default = os.getenv('PACTEST_VALGRIND'), help = "use valgrind while calling pacman") parser.add_option("--manual-confirm", action = "store_true", dest = "manualconfirm", default = False, |