-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
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
ci: apply review comments on patch upload #935
Conversation
bbeb2be
to
bf48977
Compare
@@ -195,7 +195,7 @@ for test_file in $tests; do | |||
# The source is temporarily copied to avoid issues with bash paths in cl.exe | |||
(cd $exec_out_dir; \ | |||
cp ../../$expected_src $generated_cpp_name; | |||
$compiler_cmd "$test_bin" \ | |||
$compiler_cmd"$test_bin" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So sticking those together was necessary in the end? I think it is the cl.exe argument format that requires that, isn't it?
Please maybe add a comment about that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know.
I just reverted the change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, it is not worth extra effort.
BTW the 3 failing regression test runs are currently the expected behavior. They are fixed in #933. |
One more thing. 69 tests on Windows are sipped on the GitHub runner due to Error 1011. |
That would be #897 (comment). |
Follows up on #934.