[njs] Test262: running tests within their own directory.

noreply at nginx.com noreply at nginx.com
Thu Dec 19 20:19:04 UTC 2024


details:   https://github.com/nginx/njs/commit/3ca33c0590b019498382ef584848bfe6ad86248a
branches:  master
commit:    3ca33c0590b019498382ef584848bfe6ad86248a
user:      Dmitry Volyntsev <xeioex at 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
 


More information about the nginx-devel mailing list