details: https://github.com/nginx/njs/commit/3ca33c0590b019498382ef584848bfe6ad86248a
branches: master
commit: 3ca33c0590b019498382ef584848bfe6ad86248a
user: Dmitry Volyntsev <xeioex@nginx.com>
date: Fri, 13 Dec 2024 22:43:25 -0800
description:
Test262: running tests within their own directory.
---
test/test262 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/test262 b/test/test262
index ce1f4a93..e7d888b2 100755
--- a/test/test262
+++ b/test/test262
@@ -8,6 +8,8 @@ set -e
. test/options
. test/setup
+export NJS_TEST_DIR
+
for njs_test in $NJS_TESTS; do
. test/prepare
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel