Commit 954414bc authored by Jan Kiene's avatar Jan Kiene
Browse files

add missing paranthesis

parent bc9c1826
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ stages:
    - python3 scripts/parse_xml_report.py $XML_REPORT_MAIN $CSV_MAIN

    ### compare the two csv files for regressions
    - regressions_found=$(python3 scripts/basop_check_for_changes_in_testcases.py $CSV_BRANCH $CSV_MAIN
    - regressions_found=$(python3 scripts/basop_check_for_changes_in_testcases.py $CSV_BRANCH $CSV_MAIN)

    - if [ $regressions_found != 0 ]; then echo "Detected regression wrt to main!"; exit $EXIT_CODE_FAIL; fi
    - if [ $zero_errors_branch != 1 ]; then echo "Run errors encountered!"; exit $EXIT_CODE_FAIL; fi