test: make prerequisite lanes fail honestly
This commit is contained in:
parent
dfc841b779
commit
6faeb4a103
113 changed files with 424 additions and 336 deletions
|
|
@ -83,7 +83,7 @@ public sealed class LauncherExecutableSetTests : IDisposable
|
|||
{
|
||||
if (!OperatingSystem.IsLinux())
|
||||
{
|
||||
return;
|
||||
throw new PlatformNotSupportedException("Lane=Linux requires a native Linux host.");
|
||||
}
|
||||
|
||||
Directory.CreateDirectory(_root);
|
||||
|
|
@ -124,7 +124,7 @@ public sealed class LauncherExecutableSetTests : IDisposable
|
|||
{
|
||||
if (!OperatingSystem.IsWindows())
|
||||
{
|
||||
return;
|
||||
throw new PlatformNotSupportedException("Lane=Windows requires a Windows host.");
|
||||
}
|
||||
|
||||
var set = new LauncherExecutableSet(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue