projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41f5286
)
Travis: remove root-owned cache files.
author
Nikolaus Rath
<Nikolaus@rath.org>
Sat, 31 Mar 2018 12:33:05 +0000
(13:33 +0100)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Sat, 31 Mar 2018 12:52:14 +0000
(13:52 +0100)
test/travis-build.sh
patch
|
blob
|
history
diff --git
a/test/travis-build.sh
b/test/travis-build.sh
index cbc00dab2b9bf08cb82a8f4090ccc5ca4388183e..ccb654360f68311a97257473542bba28408b9fd9 100755
(executable)
--- a/
test/travis-build.sh
+++ b/
test/travis-build.sh
@@
-42,6
+42,9
@@
for san in undefined address; do
sudo ${TEST_CMD}
sudo chown root:root util/fusermount3
sudo chmod 4755 util/fusermount3
+ # Cleanup temporary files (since they're now owned by root)
+ sudo rm -rf .pytest_cache/
+
${TEST_CMD}
cd ..
done