msi: Set the source path tests to "interactive" to avoid timing out on some machines.

This commit is contained in:
James Hawkins 2008-10-27 00:55:39 -05:00 committed by Alexandre Julliard
parent 4c28a5bcfb
commit 7616a750ba

View file

@ -5086,6 +5086,12 @@ static void test_sourcepath(void)
{
UINT r, i;
if (!winetest_interactive)
{
skip("Run in interactive mode to run source path tests.\n");
return;
}
create_database(msifile, sp_tables, sizeof(sp_tables) / sizeof(msi_table));
MsiSetInternalUI(INSTALLUILEVEL_NONE, NULL);