diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-06-13 18:20:39 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-06-13 18:22:00 +0300 |
commit | e51232e710dfd32764e2c2d0599df83ab85a9c74 (patch) | |
tree | 5eac93c05cf2fe77d2857a48a9fc55c7bf7e33d0 /test/error4.test | |
parent | 25ff68a87e3264b6dfdc846823d4912b4dd870b2 (diff) | |
download | apk-tools-e51232e710dfd32764e2c2d0599df83ab85a9c74.tar.bz2 apk-tools-e51232e710dfd32764e2c2d0599df83ab85a9c74.tar.xz |
errors: rewrite the logic how errors are reported
Instead of the dependency oriented logic, switch to print them
for each package or name needed. Might give a bit more readable
errors now. There's still few corner cases that proper error is
not output, which are cought by the test cases.
Diffstat (limited to 'test/error4.test')
-rw-r--r-- | test/error4.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/error4.test b/test/error4.test index 5b22921..050f42b 100644 --- a/test/error4.test +++ b/test/error4.test @@ -2,5 +2,6 @@ --test-repo complicated1.repo add a nonexistant @EXPECT -ERROR: unsatisfiable dependencies: - world: nonexistant +ERROR: unsatisfiable constraints: + nonexistant (missing): + required by: world[nonexistant] |