From b0c1906c9f09e8bca8f746443c3eabab4f4d5c46 Mon Sep 17 00:00:00 2001 From: cpwu Date: Mon, 27 Dec 2021 15:44:13 +0800 Subject: [PATCH] Update test.sh --- tests/system-test/3-connectors/nodejs/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/3-connectors/nodejs/test.sh b/tests/system-test/3-connectors/nodejs/test.sh index 3b1d8bb479..1f479a1073 100755 --- a/tests/system-test/3-connectors/nodejs/test.sh +++ b/tests/system-test/3-connectors/nodejs/test.sh @@ -26,4 +26,4 @@ node nodejsChecker.js host=localhost node test1970.js cd ${WKC}/tests/connectorTest/nodejsTest/nanosupport npm install td2.0-connector > /dev/null 2>&1 -node nanosecondTest.js +# node nanosecondTest.js -- GitLab