Index: build/unittest.sh =================================================================== diff -u -r25304a1b36424effaa506852818f24c08d3c97fa -r8c71c24551327c17cb90fff2afce3e2d7d89bf47 --- build/unittest.sh (.../unittest.sh) (revision 25304a1b36424effaa506852818f24c08d3c97fa) +++ build/unittest.sh (.../unittest.sh) (revision 8c71c24551327c17cb90fff2afce3e2d7d89bf47) @@ -472,8 +472,6 @@ clone_Repositories make_Directories getAlarmMapping - # Call this function to check if the repository has to be tagged or not - tagUIRepository ${buildSpecs[$PROJECT_CHECKOUT_INDEX]} ${buildSpecs[$COMMON_CHECKOUT_INDEX]} $STATUS_REPORT if [[ ${buildSpecs[$BUILD_ONLY_FLAG_INDEX]} == false ]] then @@ -487,6 +485,9 @@ copy_TestsResults_IntoServer check_TestResults fi + + # Call this function to check if the repository has to be tagged or not + tagUIRepository ${buildSpecs[$PROJECT_CHECKOUT_INDEX]} ${buildSpecs[$COMMON_CHECKOUT_INDEX]} $STATUS_REPORT } main