Skip to content

Commit

Permalink
Update compiled version of toxiproxy.exe to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevilliers committed Aug 3, 2015
1 parent 9815d22 commit 7f56c21
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Toxiproxy.Net.Tests/ToxiproxyTestsBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ public class ToxiproxyTestsBase : IDisposable

public ToxiproxyTestsBase()
{
// TODO : start up version of toxiproxy....
var processInfo = new ProcessStartInfo()
{
FileName = @"..\..\..\compiled\Win64\toxiproxy.exe"
FileName = @"..\..\..\compiled\Win64\toxiproxy-windows-amd64.exe"
};
_process = new Process()
{
Expand Down
Binary file added compiled/Win64/toxiproxy-windows-amd64.exe
Binary file not shown.
Binary file removed compiled/Win64/toxiproxy.exe
Binary file not shown.

0 comments on commit 7f56c21

Please sign in to comment.