diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-22 02:28:35 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-22 02:28:35 (GMT) |
commit | 03442e31241a859701c9efaf7525c9752444fa9f (patch) | |
tree | 6917a22ca0430b8f21134f12538f8ddf3d9dfd0b /tests/test_pretty_print.py | |
parent | 4843022bf4755d7fafe58faee430a6f62f51ca8f (diff) |
fixing GLX setup
Diffstat (limited to 'tests/test_pretty_print.py')
-rwxr-xr-x | tests/test_pretty_print.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_pretty_print.py b/tests/test_pretty_print.py index c4b5c6c..fce17f5 100755 --- a/tests/test_pretty_print.py +++ b/tests/test_pretty_print.py @@ -9,6 +9,11 @@ # todo # ban opencsg<2.0 from opencsgtest +# copy all images, sysinfo.txt to bundle for html/upload (images +# can be altered by subsequent runs) +# figure out hwo to make the thing run after the test +# figure out how CTEST treats the logfiles. +# why is hash differing import string,sys,re,os,hashlib,subprocess |