D | RunGrepTest.bat | 52 :: Set srcdir to the current or parent directory, whichever one contains the 56 if NOT defined srcdir set srcdir=. variable 57 if NOT exist %srcdir%\testdata\ ( 59 set srcdir=. variable 61 set srcdir=.. variable 63 set srcdir=..\.. variable 94 (pushd %srcdir% & %pcre2grep% PATTERN ./testdata/grepinput & popd) >>testtrygrep 98 (pushd %srcdir% & %pcre2grep% "^PATTERN" ./testdata/grepinput & popd) >>testtrygrep 102 (pushd %srcdir% & %pcre2grep% -in PATTERN ./testdata/grepinput & popd) >>testtrygrep 106 (pushd %srcdir% & %pcre2grep% -ic PATTERN ./testdata/grepinput & popd) >>testtrygrep [all …]
|