Skip to content
Snippets Groups Projects
Commit 1d9f6df9 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix windows tests

parent eb9dadb4
Branches
Tags
No related merge requests found
set full_name="%1"
set short_name="%~nx1"
......@@ -8,10 +6,9 @@ start /B "" "%full_name%" settings_good.json
ping 1.0.0.0 -n 1 -w 100 > nul
Taskkill /IM "%short_name%" /F
"%full_name%" settings_bad.json 2>&1 | findstr invalid || goto :error
"%full_name%" settings_notexist.json 2>&1 | findstr such || goto :error
%full_name% settings_bad.json 2>&1 | findstr invalid || goto :error
%full_name% settings_notexist.json 2>&1| findstr cannot || goto :error
exit /b 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment