Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Testing/GtkTestRunner/Main.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Testing/GtkTestRunner/Main.cs b/Testing/GtkTestRunner/Main.cs
index 27f55231..67e04bb5 100644
--- a/Testing/GtkTestRunner/Main.cs
+++ b/Testing/GtkTestRunner/Main.cs
@@ -41,6 +41,7 @@ namespace GtkTestRunner
list.Add ("-domain=None");
list.Add ("-noshadow");
list.Add ("-nothread");
+ list.Add (typeof (MainClass).Assembly.Location);
NUnit.ConsoleRunner.Runner.Main (list.ToArray ());
ReferenceImageManager.ShowImageVerifier ();
}