summaryrefslogtreecommitdiffhomepage
path: root/test/unit/check/njs.py
blob: 433473a1cad607ec53ea7b27b43d1b06a2923086 (plain) (blame)
1
2
3
4
5
6
import re


def check_njs(output_version):
    if re.search('--njs', output_version):
        return True