Skip to content

Commit

Permalink
Make xunit.console.exe to show progress
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Aug 29, 2019
1 parent 3dc86f9 commit 2a1a996
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines/mono.yml
Expand Up @@ -2,6 +2,7 @@ parameters:
configuration: Debug configuration: Debug
testDisplayName: xunit.console.exe *.Tests.dll testDisplayName: xunit.console.exe *.Tests.dll
testCommand: "mono xunit.runner.console.*/tools/net461/xunit.console.exe" testCommand: "mono xunit.runner.console.*/tools/net461/xunit.console.exe"
testArguments: -verbose


steps: steps:


Expand Down Expand Up @@ -30,7 +31,8 @@ steps:
inputs: inputs:
script: | script: |
${{ parameters.testCommand }} \ ${{ parameters.testCommand }} \
"$(pwd)"/*.Tests/bin/${{ parameters.configuration }}/net*/*.Tests.dll "$(pwd)"/*.Tests/bin/${{ parameters.configuration }}/net*/*.Tests.dll \
${{ parameters.testArguments }}
env: env:
TURN_SERVER_URL: ${{ parameters.turnServerUrl }} TURN_SERVER_URL: ${{ parameters.turnServerUrl }}
timeoutInMinutes: 10 timeoutInMinutes: 10
1 change: 1 addition & 0 deletions .azure-pipelines/windows-net461.yml
@@ -1,5 +1,6 @@
parameters: parameters:
configuration: Debug configuration: Debug
testArguments: -verbose


steps: steps:


Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Expand Up @@ -127,6 +127,7 @@ jobs:
testDisplayName: StandaloneOSX *.Tests.dll testDisplayName: StandaloneOSX *.Tests.dll
testCommand: |- testCommand: |-
/tmp/StandaloneOSX.app/Contents/MacOS/StandaloneOSX /tmp/StandaloneOSX.app/Contents/MacOS/StandaloneOSX
testArguments: ""
timeoutInMinutes: 30 timeoutInMinutes: 30


- job: Linux_NETCore - job: Linux_NETCore
Expand Down

0 comments on commit 2a1a996

Please sign in to comment.