[Openvpn-devel] [XS] Change in openvpn[master]: t_client.sh.in: Do not try to guess the absolute path to LOGDIR
"cron2 \(Code Review\) via Openvpn-devel" <[email protected]>
| Newsgroups | net.sourceforge.lists.openvpn-devel |
|---|---|
| Message-ID | <1bb44197ca68843bf3dae3a778e7324d9a891f41-EmailReplacePatchSet-HTML@gerrit.openvpn.net> |
cron2 has uploaded a new patch set (#3) to the change originally created by flichtenheld. ( http://gerrit.openvpn.net/c/openvpn/+/1764?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by plaisthos Change subject: t_client.sh.in: Do not try to guess the absolute path to LOGDIR ...................................................................... t_client.sh.in: Do not try to guess the absolute path to LOGDIR We know it, we do not need to guess it. Makes it easier to move LOGDIR around. Change-Id: I752e03eabec085e47e8d74a9b4fa99e9ff267efb Signed-off-by: Frank Lichtenheld <[email protected]> Acked-by: Arne Schwabe <[email protected]> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1764 Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg38210.html Signed-off-by: Gert Doering <[email protected]> --- M tests/t_client.sh.in 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/64/1764/3 diff --git a/tests/t_client.sh.in b/tests/t_client.sh.in index 0254c0c3..2f37845 100755 --- a/tests/t_client.sh.in +++ b/tests/t_client.sh.in @@ -110,6 +110,7 @@ fi LOGDIR=t_client-`hostname`-`date +%Y%m%d-%H%M%S` +LOGDIR_ABS="$PWD/$LOGDIR" if mkdir $LOGDIR then : else @@ -363,7 +364,7 @@ printf "$outbuf" ; continue fi - pidfile="${top_builddir}/tests/$LOGDIR/openvpn-$SUF.pid" + pidfile="$LOGDIR_ABS/openvpn-$SUF.pid" openvpn_conf="$openvpn_conf --writepid $pidfile $up" output " run openvpn $openvpn_conf" echo "# ${openvpn} $openvpn_conf" >$LOGDIR/$SUF:openvpn.log -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1764?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings?usp=email Gerrit-MessageType: newpatchset Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: I752e03eabec085e47e8d74a9b4fa99e9ff267efb Gerrit-Change-Number: 1764 Gerrit-PatchSet: 3 Gerrit-Owner: flichtenheld <[email protected]> Gerrit-Reviewer: plaisthos <[email protected]> Gerrit-CC: openvpn-devel <[email protected]> _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel