Skip to content

Commit 02ba3ad

Browse files
Parallelize integration tests (vmware#5601)
1 parent 7f6f212 commit 02ba3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (echo $prBody | grep -q "\[shared datastore="); then
4444
export TEST_DATASTORE=$datastore
4545
fi
4646

47-
jobs="1"
47+
jobs="2"
4848
if (echo $prBody | grep -q "\[parallel jobs="); then
4949
parallel=$(echo $prBody | grep "\[parallel jobs=")
5050
jobs=$(echo $parallel | awk -F"\[parallel jobs=" '{sub(/\].*/,"",$2);print $2}')

0 commit comments

Comments
 (0)