Skip to content
Snippets Groups Projects
Commit f6987666 authored by Jean-Guillaume Piccinali's avatar Jean-Guillaume Piccinali
Browse files

test

parent 5fb2559b
Branches
No related tags found
No related merge requests found
Pipeline #13495 failed
......@@ -20,7 +20,7 @@ rfmstatus=`grep 'test case(s) from' $inrfm |sed -r "s/\x1b\[([0-9]{1,2}(;[0-9]{1
url="https://git.scicore.unibas.ch/j.piccinali/mirror_test/-/pipelines/$CI_PIPELINE_ID"
# add failure stats:
(echo '```' ;grep -A100 'FAILURE STATISTICS' ../reframe/reframe.out; echo '```' ;) > fails.txt
(echo -e '\n```' ;grep -A100 'FAILURE STATISTICS' ../reframe/reframe.out; echo '```' ;) > fails.txt
if [ -n $ghpr ] ;then
gh pr comment $ghpr \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment