set display

This commit is contained in:
Johannes Rieken
2019-07-31 07:02:43 +02:00
parent f0058ed0d4
commit 47dda68094

View File

@@ -47,7 +47,7 @@ steps:
DISPLAY=:10 ./scripts/test.sh --tfs "Unit Tests"
displayName: Run Unit Tests
- script: |
./scripts/test-integration.sh --tfs "Integration Tests"
DISPLAY=:10 ./scripts/test-integration.sh --tfs "Integration Tests"
displayName: Run Integration Tests
- task: PublishTestResults@2
displayName: Publish Tests Results