mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Include --show-progress in soltest
This commit is contained in:
parent
38e79adfe4
commit
fba3b84929
@ -62,7 +62,7 @@ test_script:
|
|||||||
- ps: Start-Sleep -s 100
|
- ps: Start-Sleep -s 100
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION%
|
- 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" .
|
- copy "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x86\Microsoft.VC140.CRT\msvc*.dll" .
|
||||||
- soltest.exe -- --ipcpath \\.\pipe\geth.ipc
|
- soltest.exe --show-progress -- --ipcpath \\.\pipe\geth.ipc
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: solidity-windows.zip
|
- path: solidity-windows.zip
|
||||||
|
@ -62,9 +62,9 @@ echo "--> IPC available."
|
|||||||
# And then run the Solidity unit-tests (once without optimization, once with),
|
# And then run the Solidity unit-tests (once without optimization, once with),
|
||||||
# pointing to that IPC endpoint.
|
# pointing to that IPC endpoint.
|
||||||
echo "--> Running tests without optimizer..."
|
echo "--> Running tests without optimizer..."
|
||||||
"$REPO_ROOT"/build/test/soltest -- --ipcpath /tmp/test/geth.ipc && \
|
"$REPO_ROOT"/build/test/soltest --show-progress -- --ipcpath /tmp/test/geth.ipc && \
|
||||||
echo "--> Running tests WITH optimizer..." && \
|
echo "--> Running tests WITH optimizer..." && \
|
||||||
"$REPO_ROOT"/build/test/soltest -- --optimize --ipcpath /tmp/test/geth.ipc
|
"$REPO_ROOT"/build/test/soltest --show-progress -- --optimize --ipcpath /tmp/test/geth.ipc
|
||||||
ERROR_CODE=$?
|
ERROR_CODE=$?
|
||||||
pkill eth || true
|
pkill eth || true
|
||||||
sleep 4
|
sleep 4
|
||||||
|
Loading…
Reference in New Issue
Block a user