|
@@ -609,6 +609,10 @@ class Benchmarker:
|
|
except OSError:
|
|
except OSError:
|
|
pass
|
|
pass
|
|
passed_verify = test.verify_urls(verificationPath)
|
|
passed_verify = test.verify_urls(verificationPath)
|
|
|
|
+ try:
|
|
|
|
+ subprocess.check_call('sudo rm -rf /tmp/*')
|
|
|
|
+ except Exception:
|
|
|
|
+ out.write(header("Error: Could not empty /tmp"))
|
|
|
|
|
|
##########################
|
|
##########################
|
|
# Benchmark this test
|
|
# Benchmark this test
|