Skip to content

Commit 744f507

Browse files
author
Emile Joubert
committed
Report failure of WCF test
1 parent e0cfcc7 commit 744f507

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/examples/wcf/Test/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ static void Main(string[] args)
100100
Util.WriteLine(ConsoleColor.Magenta, "\t{0}\n\t{1}", e.GetType().Name, e.Message);
101101
Util.WriteLine(ConsoleColor.Green, e.StackTrace);
102102
failed++;
103+
Environment.ExitCode = -1;
103104
}
104105
}
105106
TimeSpan duration = DateTime.Now.Subtract(started);

0 commit comments

Comments
 (0)