On 09/13/2017 04:15 AM, Hans Leidekker wrote:
On Tue, 2017-09-12 at 20:51 -0500, Zebediah Figura wrote:
The removed code to re-run all actions after InstallValidate is old and not supported by tests.
This makes the tests fail here:
err:msi:ITERATE_Actions Execution halted, action L"Run C" returned 1603 Makefile:326: recipe for target 'install.ok' failed make: *** [install.ok] Error 1
Failing test is:
install.c:3863: Test failed: Expected ERROR_SUCCESS, got 1626
which is due to a test that calls MsiInstallProduct("ACTION=ADMIN"). Previously this succeeded since we ignored the given action, so this wasn't quite the correct behaviour.
It should be simple enough to fix; should I add a patch to this set or just mark the test as todo for the moment?