Commit 7616a750 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

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

parent 4c28a5bc
...@@ -5086,6 +5086,12 @@ static void test_sourcepath(void) ...@@ -5086,6 +5086,12 @@ static void test_sourcepath(void)
{ {
UINT r, i; 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)); create_database(msifile, sp_tables, sizeof(sp_tables) / sizeof(msi_table));
MsiSetInternalUI(INSTALLUILEVEL_NONE, NULL); MsiSetInternalUI(INSTALLUILEVEL_NONE, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment