diff options
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 |