Differences From Artifact [438c5f6345]:
- File tests/fullrun/megatest.config — part of check-in [fd20d22153] at 2013-09-12 23:38:27 on branch v1.55 — Added exec to nbfake. Changed test4 to do launchwait. Added forced registration of top level tests as not having them is a path to possible escape on silent failure (user: matt, size: 2997) [annotate] [blame] [check-ins using]
To Artifact [233f3b9aad]:
- File tests/fullrun/megatest.config — part of check-in [0b313f7218] at 2013-09-13 18:17:39 on branch v1.55 — Somewhat speculative and partial fix for the non updating state/status on test run with transport=fs (user: mrwellan, size: 3010) [annotate] [blame] [check-ins using] [more...]
︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | + | [setup] # Set launchwait to no to use the more agressive code that does not wait for the launch to complete before proceeding # this may save a few milliseconds on launching tests # launchwait no # Use http instead of direct filesystem access # transport http transport fs # If set to "default" the old code is used. Otherwise defaults to 200 or uses # numeric value given. # runqueue 20 |
︙ |