Commit 6e747abb authored by Jan Kiene's avatar Jan Kiene
Browse files

condense printout

parent dbb55697
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -309,10 +309,10 @@ stages:
.print-results-banner: &print-results-banner
  -   set +x
  -   echo ""
  -   echo "=================================================================================================================="
  -   echo "================================================== TEST RESULTS =================================================="
  -   echo "=================================================================================================================="
  -   echo ""
  - >
      echo -e "==================================================================================================================\n
================================================== TEST RESULTS ==================================================\n
==================================================================================================================\n"

# template for test jobs on linux that need the TESTV_DIR
.test-job-linux-needs-testv-dir:
@@ -533,8 +533,7 @@ stages:
    - else
    # turn off echoing back of commands for result printout
    -   *print-results-banner
    -   echo "All tested cases were bit-exact between $CI_MERGE_REQUEST_TARGET_BRANCH_NAME and $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME."
    -   echo "No need to check for regressions. All is fine."
    -   echo -e "All tested cases were bit-exact between $CI_MERGE_REQUEST_TARGET_BRANCH_NAME and $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME.\nNo need to check for regressions. All is fine."
    -   exit 0
    - fi