Refactored run.py script and temporary file generation logic
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Sat, 8 Dec 2012 11:43:23 +0000 (15:43 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Sat, 8 Dec 2012 11:43:23 +0000 (15:43 +0400)
commit7c6191ec117ad613b1e60ade63e2de6291a60d27
tree194c43b4ef3668c7079692bb8eba41d93a070713
parent7852b68c20d834cfbbc79cca09d1e1204b2064fc
Refactored run.py script and temporary file generation logic

* use OPENCV_TEMP_PATH environment variable on all platforms
* fix cleanup after OpenCV tests on Windows
* add --list flag to output names of all tests found
* do not override user-passed --perf_min_samples and --perf_force_samples
  options by --check flag
* fix complier checks inside run.py
modules/core/src/system.cpp
modules/ts/misc/run.py