Welcome! Log In Create A New Profile

Advanced

[njs] Fixed PATH shell variable for expect tests.

Dmitry Volyntsev
February 12, 2018 07:54AM
details: http://hg.nginx.org/njs/rev/e12ed0068e57
branches:
changeset: 446:e12ed0068e57
user: Dmitry Volyntsev <xeioex@nginx.com>
date: Mon Feb 12 15:15:53 2018 +0300
description:
Fixed PATH shell variable for expect tests.

To avoid interference with the already installed njs binary.

diffstat:

nxt/auto/expect | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 727f8e98cce4 -r e12ed0068e57 nxt/auto/expect
--- a/nxt/auto/expect Mon Feb 12 15:15:53 2018 +0300
+++ b/nxt/auto/expect Mon Feb 12 15:15:53 2018 +0300
@@ -21,7 +21,7 @@ if [ $nxt_found = yes -a $NXT_HAVE_LIBED
cat << END >> $NXT_MAKEFILE_CONF

njs_expect_test: njs njs/test/njs_expect_test.exp
- PATH=\$(PATH):\$(NXT_BUILDDIR) expect -f njs/test/njs_expect_test.exp
+ PATH=\$(NXT_BUILDDIR):\$(PATH) expect -f njs/test/njs_expect_test.exp
END

else
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[njs] Fixed PATH shell variable for expect tests.

Dmitry Volyntsev 263 February 12, 2018 07:54AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 305
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready