diff options
author | Timo Teräs <timo.teras@iki.fi> | 2011-08-17 16:55:35 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-08-18 13:08:27 +0300 |
commit | 1fb1afc5c25830c6914789d7b427c9ffdf88a24e (patch) | |
tree | b0000a3226b2b3e613140353d162849215d6406e /test/installif2.expect | |
parent | 48d368e7d53ebdfd7ec0abcdd8340ae339de6030 (diff) | |
download | apk-tools-1fb1afc5c25830c6914789d7b427c9ffdf88a24e.tar.gz apk-tools-1fb1afc5c25830c6914789d7b427c9ffdf88a24e.tar.bz2 apk-tools-1fb1afc5c25830c6914789d7b427c9ffdf88a24e.tar.xz apk-tools-1fb1afc5c25830c6914789d7b427c9ffdf88a24e.zip |
solver: reintroduce install_if support
* each package name has two sorting positions, one which causes
install_if triggers to be run, and other for bulk dependencies
* fix also inverted ordering of package installations
Diffstat (limited to 'test/installif2.expect')
-rw-r--r-- | test/installif2.expect | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/installif2.expect b/test/installif2.expect new file mode 100644 index 0000000..0cd5d31 --- /dev/null +++ b/test/installif2.expect @@ -0,0 +1,6 @@ +Installing foo (1) +Installing lib (1) +Installing app (1) +Installing appiif1 (1) +Installing bar (1) +Installing appiif2 (1) |