diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-08-13 16:54:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-14 11:36:22 +0100 |
commit | df3a2e21648d6b649ebda7e6032afbd63c939f2b (patch) | |
tree | ab85ac43c25046f352285d31c98933eef8f584f6 /scripts | |
parent | 95162276b169b84d61eaa73416cf0838a0a8a8bd (diff) | |
download | openembedded-core-contrib-df3a2e21648d6b649ebda7e6032afbd63c939f2b.tar.gz |
parselogs.py: output correct log location
The log entry in results is altered to remove 'target_logs'. This
causes wrong log location in output.
e.g.
AssertionError: 1 != 0 : Log: /path/to/image/1.0-r0/postinstall.log
But when user wants to check the log, the user will find the log is
not present. The actual log file is /path/to/image/1.0-r0/target_logs/postinstall.log.
So fix to use the correct log location.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions