Skip to content
Snippets Groups Projects
Commit 1a271f0c authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix WIN32 wait() return value macros to be accurate, particularly

because they are used for testing the return value from system().
(WIN32 doesn't overlay the return code with other failure conditions
like Unix does, so they are just simple macros.)

Fix regression checks to properly handle diff failures on Win32 using
the new macros.
parent 497d39d7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment