Tests: NJS.

This commit is contained in:
Andrei Zeliankou
2022-11-29 01:02:08 +00:00
parent e3bbf5b3b5
commit 190691ade8
4 changed files with 101 additions and 1 deletions

6
test/unit/check/njs.py Normal file
View File

@@ -0,0 +1,6 @@
import re
def check_njs(output_version):
if re.search('--njs', output_version):
return True