Skip to content

test: fix a problem that the test fails at the windows7 command prompt

When testing with 'cmd.exe' of Windows 7, 'spawn cat ENOENT' error has occurred. Since the standard 'cmd.exe' has no 'cat' command, Instead will use the 'type' command

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading