Run integration tests in parallel

Revert "Try to fix alpine integration tests"

This reverts commit d8cb86c5dd.

[common]
This commit is contained in:
ta264
2020-08-15 14:18:51 +01:00
parent ea909c6d99
commit 2b994fdc0c
6 changed files with 43 additions and 32 deletions

View File

@@ -49,7 +49,6 @@ if [ "$TYPE" = "Unit" ]; then
WHERE="$WHERE&Category!=IntegrationTest&Category!=AutomationTest"
elif [ "$TYPE" = "Integration" ] || [ "$TYPE" = "int" ] ; then
WHERE="$WHERE&Category=IntegrationTest"
VSTEST_PARAMS="$VSTEST_PARAMS --settings:$TEST_DIR/integration.runsettings"
elif [ "$TYPE" = "Automation" ] ; then
WHERE="$WHERE&Category=AutomationTest"
else