From 8cb8644182882b5263768e55d59d73b59ab3f32d Mon Sep 17 00:00:00 2001
From: Bob Summerwill <bob@summerwill.net>
Date: Tue, 2 Aug 2016 23:36:14 -0700
Subject: Let's try Windows Tests-over-IPC and see where we are at. Will
 tweak-to-work or drop it back-out. In the absence of working Appveyor PRs,
 I'm having to do this a bit ugly.

---
 appveyor.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index b46e3155..ca1d51ff 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -46,13 +46,13 @@ build_script:
     - cd %APPVEYOR_BUILD_FOLDER%
     - scripts\release.bat %CONFIGURATION%
 
-#test_script:
-#    - cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION%
-#    - copy "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x86\Microsoft.VC140.CRT\msvc*.dll" .
-#    - eth.exe --test -d %TMP%/test
-#    - soltest.exe --ipc /tmp/test/geth.ipc
-#    - pkill eth
-    
+test_script:
+    - cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION%
+    - copy "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x86\Microsoft.VC140.CRT\msvc*.dll" .
+    - start eth.exe --test -d %TMP%\eth_for_soltest
+    - soltest.exe --ipc %TMP%\eth_for_soltest\geth.ipc
+    - pkill eth
+
 artifacts:
     - path: solidity-develop-windows.zip
       name: solidity-develop-windows-zip
-- 
cgit v1.2.3