diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-12-07 04:20:17 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-12-07 04:20:17 (GMT) |
commit | d26effccf4c9fabfe19355d6da4903291d8dd599 (patch) | |
tree | d6f2fc42feae2fa494546886d9fd4889651769e9 /tests/test_pretty_print.py | |
parent | 61bfb8f058e8935432fed6098a1d70dba194f6bf (diff) |
allow alternate image comparison using option to cmake
Diffstat (limited to 'tests/test_pretty_print.py')
-rwxr-xr-x | tests/test_pretty_print.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/test_pretty_print.py b/tests/test_pretty_print.py index d297caf..ca6af5f 100755 --- a/tests/test_pretty_print.py +++ b/tests/test_pretty_print.py @@ -19,11 +19,13 @@ # # This program 'pretty prints' the ctest output, namely # files from builddir/Testing/Temporary. -# html & wiki output are produced in Testing/Temporary/wiki -# wiki uploading is available by running +# html & wiki output are produced in Testing/Temporary/sysid_report +# +# experimental wiki uploading is available by running # # python test_pretty_print.py --upload # + # Design philosophy # # 1. parse the data (images, logs) into easy-to-use data structures |