Bump os-log-merger version in post_test_hook

The 1.0.6 version of os-log-merger exploded in cases where
log files contained \0 characters. 1.1.0 fixes such issue.

Change-Id: I470d38dfd5dd7e9cf6317d9f2f32875f33f3a996
Closes-Bug: #1672921
This commit is contained in:
Miguel Angel Ajo 2017-03-15 12:29:32 +01:00
parent 1414ea9538
commit 75612f200b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ function generate_log_index {
set +o xtrace
virtualenv /tmp/os-log-merger
/tmp/os-log-merger/bin/pip install -U os-log-merger==1.0.6
/tmp/os-log-merger/bin/pip install -U os-log-merger==1.1.0
files=$(find /opt/stack/logs/$venv-logs -name '*.txt' -o -name '*.log')
# -a3 to truncate common path prefix
# || true to avoid the whole run failure because of os-log-merger crashes and such