Skip to content

Commit

Permalink
launcher attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfranblanco committed Sep 13, 2018
1 parent 2275f36 commit 3c52947
Show file tree
Hide file tree
Showing 24 changed files with 4 additions and 975 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ public EthereumClientIntegrationFixture()
var dirPath = Path.GetDirectoryName(location);
_exePath = Path.GetFullPath(Path.Combine(dirPath, @"..\..\..\..\..\testchain\parity poa"));

DeleteData();
//DeleteData();

ProcessStartInfo psi = new ProcessStartInfo(Path.Combine(_exePath, "parity.exe"),
@"--config node0.toml --tracing=on")
@" --config node0.toml")
{
CreateNoWindow = false,
WindowStyle = ProcessWindowStyle.Normal,
Expand All @@ -151,7 +151,7 @@ public EthereumClientIntegrationFixture()

};
_process = Process.Start(psi);
Thread.Sleep(3000);
Thread.Sleep(10000);
}


Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000024
MANIFEST-000061

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 3c52947

Please sign in to comment.