diff --git a/integration-tests/common.bash b/integration-tests/common.bash index 3cd10faaa2ebd42e32b67c667cdaa34760441504..659d2ce75c1c76313acc0d5c06030907bfb0400b 100755 --- a/integration-tests/common.bash +++ b/integration-tests/common.bash @@ -250,6 +250,7 @@ function build_zips { fi assert_file_exists_or_die "$INSTALL/openBIS*.zip" assert_file_exists_or_die "$INSTALL/datastore_server*.zip" + assert_file_exists_or_die "$INSTALL/datastore_server-plugin.jar" assert_file_exists_or_die "$INSTALL/datamover*.zip" } @@ -311,6 +312,7 @@ function build_zips_from_svn { run_svn checkout svn+ssh://svncisd.ethz.ch/repos/cisd/build_resources/trunk $RSC build_components "build_remote $RSC" $build_dss $build_dmv $build_openbis mv $RSC/*.zip $INSTALL + mv $RSC/*.jar $INSTALL rm -fr $RSC }