File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ test_script:
62
62
- ps : Start-Sleep -s 100
63
63
- cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION%
64
64
- copy "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x86\Microsoft.VC140.CRT\msvc*.dll" .
65
- - soltest.exe -- --ipcpath \\.\pipe\geth.ipc
65
+ - soltest.exe --show-progress -- --ipcpath \\.\pipe\geth.ipc
66
66
67
67
artifacts :
68
68
- path : solidity-windows.zip
Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ echo "--> IPC available."
62
62
# And then run the Solidity unit-tests (once without optimization, once with),
63
63
# pointing to that IPC endpoint.
64
64
echo " --> Running tests without optimizer..."
65
- " $REPO_ROOT " /build/test/soltest -- --ipcpath /tmp/test/geth.ipc && \
65
+ " $REPO_ROOT " /build/test/soltest --show-progress -- --ipcpath /tmp/test/geth.ipc && \
66
66
echo " --> Running tests WITH optimizer..." && \
67
- " $REPO_ROOT " /build/test/soltest -- --optimize --ipcpath /tmp/test/geth.ipc
67
+ " $REPO_ROOT " /build/test/soltest --show-progress -- --optimize --ipcpath /tmp/test/geth.ipc
68
68
ERROR_CODE=$?
69
69
pkill eth || true
70
70
sleep 4
You can’t perform that action at this time.
0 commit comments