summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-11-08 15:27:07 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-11-08 15:27:07 (GMT)
commitc6fd78f4f163249468fbe6f1eaa7088635820f39 (patch)
treea5f5bcdb14aaab5c2f85901c594f41d43dbe45ba /tests
parent1d22fae1e610ae432fedb3b2a49889a9881d1c34 (diff)
downloadlz4-c6fd78f4f163249468fbe6f1eaa7088635820f39.zip
lz4-c6fd78f4f163249468fbe6f1eaa7088635820f39.tar.gz
lz4-c6fd78f4f163249468fbe6f1eaa7088635820f39.tar.bz2
VS project: added setargv.obj
Diffstat (limited to 'tests')
-rw-r--r--tests/test-lz4-speed.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-lz4-speed.py b/tests/test-lz4-speed.py
index 465f390..ca8f010 100644
--- a/tests/test-lz4-speed.py
+++ b/tests/test-lz4-speed.py
@@ -322,6 +322,8 @@ if __name__ == '__main__':
if first_time:
first_time = False
else:
+ if verbose:
+ log("sleep for %s seconds" % args.sleepTime)
time.sleep(args.sleepTime)
loadavg = os.getloadavg()[0]
if (loadavg <= args.maxLoadAvg):
@@ -338,8 +340,6 @@ if __name__ == '__main__':
test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail)
else:
log("WARNING: main loadavg=%.2f is higher than %s" % (loadavg, args.maxLoadAvg))
- if verbose:
- log("sleep for %s seconds" % args.sleepTime)
except Exception as e:
stack = traceback.format_exc()
email_topic = '[%s:%s] ERROR in %s:%s' % (email_header, pid, branch, commit)