commit | 0d10139011cc7d9057f7b1101ebf48ad0c94b659 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Tue Mar 17 09:36:41 2020 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Tue Mar 17 09:36:41 2020 -0700 |
tree | 6b5088800695c6d7287c9de1095291d9f8f70664 | |
parent | 7059b08a31ac2776e7456b17517fe755d4e8b0c6 [diff] |
VOL-2768 Fix pipeline error Change-Id: I86315bb392a6deb118c99a5d4198d6ccb176da29
diff --git a/jjb/pipeline/voltha-go-multi-tests.groovy b/jjb/pipeline/voltha-go-multi-tests.groovy index 5bff2c4..d95f23b 100644 --- a/jjb/pipeline/voltha-go-multi-tests.groovy +++ b/jjb/pipeline/voltha-go-multi-tests.groovy
@@ -93,6 +93,7 @@ ./log-collector.sh > /dev/null & ./log-combine.sh > /dev/null & + for i in \$(seq 1 ${testRuns}) do make -C $WORKSPACE/voltha-system-tests ${makeTarget} echo "Completed run: \$i"