Run integration tests in parallel

Revert "Try to fix alpine integration tests"

This reverts commit a47854103c
This commit is contained in:
ta264 2020-08-15 14:18:51 +01:00 committed by Qstick
commit 74f1d804aa
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