diff options
author | lool <lool> | 2006-11-14 10:46:18 +0000 |
---|---|---|
committer | lool <lool> | 2006-11-14 10:46:18 +0000 |
commit | c7208d1e6ef8454562bc0a2aa879ab790895bf4b (patch) | |
tree | 8485398753fe85f3f70ec84b6c39b8dd66c4d809 | |
parent | ee51416e68134d30f703c7546816858000c6c91c (diff) | |
download | pbuilder-c7208d1e6ef8454562bc0a2aa879ab790895bf4b.tar pbuilder-c7208d1e6ef8454562bc0a2aa879ab790895bf4b.tar.gz |
* testsuite/regression/run-test-satisfy-depends.sh: log error
messages with E:, not I:.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | testsuite/regression/run-test-satisfy-depends.sh | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-11-14 Loic Minier <lool@dooz.org> + + * testsuite/regression/run-test-satisfy-depends.sh: log error + messages with E:, not I:. + 2006-11-13 Loic Minier <lool@dooz.org> * Documentation/pbuilder-doc.xml: describe workaround of using diff --git a/testsuite/regression/run-test-satisfy-depends.sh b/testsuite/regression/run-test-satisfy-depends.sh index b1fe4c7..8e29003 100755 --- a/testsuite/regression/run-test-satisfy-depends.sh +++ b/testsuite/regression/run-test-satisfy-depends.sh @@ -12,7 +12,7 @@ log_i() { } log_e() { - log "I: $*" + log "E: $*" } result() { |