Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gather-parts.sh')
-rw-r--r--scripts/gather-parts.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gather-parts.sh b/scripts/gather-parts.sh
index 3cb07f57b..efdd48715 100644
--- a/scripts/gather-parts.sh
+++ b/scripts/gather-parts.sh
@@ -41,4 +41,5 @@ fn-gather-static-drop "$BUILD_ID" "$aggDir" "$buildDirectory"
fn-gather-sdk "$BUILD_ID" "$aggDir" "$buildDirectory"
fn-gather-platform "$BUILD_ID" "$aggDir" "$buildDirectory"
fn-gather-swt-zips "$BUILD_ID" "$aggDir" "$buildDirectory"
+fn-gather-test-zips "$BUILD_ID" "$aggDir" "$buildDirectory"
fn-gather-main-index "$BUILD_ID" "$aggDir" "$buildDirectory" "$STREAM" "$BUILD_TYPE" "$BUILD_DATE"

Back to the top