projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c179dd0
)
Fix tincd logfile location when running tests.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 1 Sep 2013 19:55:16 +0000
(21:55 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 1 Sep 2013 19:55:16 +0000
(21:55 +0200)
test/testlib.sh
patch
|
blob
|
history
diff --git
a/test/testlib.sh
b/test/testlib.sh
index
635bafe
..
d60b9da
100644
(file)
--- a/
test/testlib.sh
+++ b/
test/testlib.sh
@@
-34,8
+34,8
@@
c3="--config=$d3 --pidfile=$d3/pid"
# Arguments when running tincd
r1="--logfile=$d1/log -d5"
-r2="--logfile=$d
1
/log -d5"
-r3="--logfile=$d
1
/log -d5"
+r2="--logfile=$d
2
/log -d5"
+r3="--logfile=$d
3
/log -d5"
# Exit on errors, log all commands being executed