git.annexia.org
/
patchq.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab8bd8b
)
perform-tests: Create large files in /var/tmp
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 7 Jul 2017 09:11:48 +0000
(10:11 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 7 Jul 2017 09:12:17 +0000
(10:12 +0100)
In case some has broken their system with tmp-on-tmpfs.
perform-tests.py
patch
|
blob
|
history
diff --git
a/perform-tests.py
b/perform-tests.py
index
e46e1cc
..
2f9eb8b
100755
(executable)
--- a/
perform-tests.py
+++ b/
perform-tests.py
@@
-63,6
+63,8
@@
for t in tests:
print ("%s: Running test:" % t)
# Save them to a temporary directory.
+ # Create large files in /var/tmp
+ tempfile.tempdir = "/var/tmp"
dir = tempfile.mkdtemp()
os.chdir(dir)