projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eb6e72
)
CI: don't fail on chown error
author
Kirill Isakov
<bootctl@gmail.com>
Wed, 25 May 2022 14:25:41 +0000
(20:25 +0600)
committer
Kirill Isakov
<bootctl@gmail.com>
Fri, 27 May 2022 17:56:50 +0000
(23:56 +0600)
.ci/test/run.sh
patch
|
blob
|
history
diff --git
a/.ci/test/run.sh
b/.ci/test/run.sh
index
3d0d671
..
89a5d37
100644
(file)
--- a/
.ci/test/run.sh
+++ b/
.ci/test/run.sh
@@
-24,7
+24,7
@@
run_tests() {
sudo pkill -KILL -x "$name" || true
done
- sudo chown -R "${USER:-$(whoami)}" .
+ sudo chown -R "${USER:-$(whoami)}" .
|| true
mkdir -p sanitizer /tmp/logs