We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
テストスクリプトの標準出力から出力されるデータが多すぎると、パイプが詰まって出力処理から帰ってこなくなる。
hsptest側でReadFileせずにWaitForSingleObjectでテストプロセスの終了を待っているのが原因。
The text was updated successfully, but these errors were encountered:
mass-0910
No branches or pull requests
現象
テストスクリプトの標準出力から出力されるデータが多すぎると、パイプが詰まって出力処理から帰ってこなくなる。
考えられる原因
hsptest側でReadFileせずにWaitForSingleObjectでテストプロセスの終了を待っているのが原因。
The text was updated successfully, but these errors were encountered: