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/installif1.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/installif1.expect')
-rw-r--r-- | test/installif1.expect | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/installif1.expect b/test/installif1.expect new file mode 100644 index 0000000..d9ee058 --- /dev/null +++ b/test/installif1.expect @@ -0,0 +1,4 @@ +Installing foo (1) +Installing lib (1) +Installing app (1) +Installing appiif1 (1) |