You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/articles/Tests/TestRunner.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ TestRunner generates a result file upon completion to detail the results of the
9
9
To use the TestRunnner open the `Test.sln`, set the Target Project to `Cosmos.TestRunner` and run the solution.
10
10
11
11
## Configuration
12
-
Editing the configuration for TestRunner via [DefaultEngineConfiguration](https://github.com/CosmosOS/Cosmos/blob/master/Tests/Cosmos.TestRunner.Core/DefaultEngineConfiguration.cs#L6) in ..\Tests\TestRunner\TestRunner.Core
12
+
Edit the configuration for TestRunner via [DefaultEngineConfiguration.cs](https://github.com/CosmosOS/Cosmos/blob/9d0ccc2be22938424d8992611b11409aaabf74ea/Tests/Cosmos.TestRunner.Full/DefaultEngineConfiguration.cs#L9). in ..\Tests\TestRunner\TestRunner.Core
13
13
This allows one to choose which emulator to use and at what level the kernel is debugged.
14
14
15
15
To select which Test Kernels to run, edit `GetStableKernelTypes()` in `TestKernelSets.cs`.
0 commit comments