Skip to content

Commit

Permalink
| をエスケープ
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Apr 27, 2019
1 parent b6761c5 commit 579977c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-tests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for /r %%i in (tests*.exe) do (
@echo %%i --gtest_list_tests
%%i --gtest_list_tests || set ERROR_RESULT=1

@echo %%i --gtest_output=xml:%%i-googletest-%platform%-%configuration%.xml | "%FILTER_BAT%"
@echo %%i --gtest_output=xml:%%i-googletest-%platform%-%configuration%.xml ^| "%FILTER_BAT%"
%%i --gtest_output=xml:%%i-googletest-%platform%-%configuration%.xml | "%FILTER_BAT%" || set ERROR_RESULT=1
)
popd
Expand Down

0 comments on commit 579977c

Please sign in to comment.