test_env_action: speedup unittest, don't sleep
[yardstick.git] / run_tests.sh
index 2519d94..2cf54c7 100755 (executable)
@@ -13,6 +13,9 @@
 
 getopts ":f" FILE_OPTION
 
+# don't write .pyc files this can cause odd unittest results
+export PYTHONDONTWRITEBYTECODE=1
+
 run_flake8() {
     echo "Running flake8 ... "
     logfile=test_results.log