diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2015-09-15 01:08:16 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-09-19 15:12:35 +1000 |
commit | 75fe6ef104b1071bf763354177f3c4339c1c7854 (patch) | |
tree | 2d09b785e0e2b471e9e0d598e5b46a5774a83034 /test/pacman/tests/TESTS | |
parent | 486643083c853a1d541d6f8e93c68b7a542f5a2d (diff) |
sortbydeps: skip local packages being updated
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/pacman/tests/TESTS')
-rw-r--r-- | test/pacman/tests/TESTS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pacman/tests/TESTS b/test/pacman/tests/TESTS index 3ff0b0c2..cce0d582 100644 --- a/test/pacman/tests/TESTS +++ b/test/pacman/tests/TESTS @@ -14,6 +14,7 @@ TESTS += test/pacman/tests/depconflict100.py TESTS += test/pacman/tests/depconflict110.py TESTS += test/pacman/tests/depconflict111.py TESTS += test/pacman/tests/depconflict120.py +TESTS += test/pacman/tests/dependency-cycle-fixed-by-upgrade.py TESTS += test/pacman/tests/deptest001.py TESTS += test/pacman/tests/dummy001.py TESTS += test/pacman/tests/epoch001.py |