Skip to content

Commit

Permalink
Merge pull request #4370 from esl/dont-summarise-ct-results-in-small-…
Browse files Browse the repository at this point in the history
…tests

Skip summarise-ct-results in small tests
  • Loading branch information
gustawlippa committed Sep 5, 2024
2 parents 1688d91 + 77b6f76 commit 0ee4c89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,9 @@ run_small_tests() {
fi
export REBAR_CT_EXTRA_ARGS="$REBAR_CT_EXTRA_ARGS"
make ct
RESULT="$?"
tools/print-dots.sh stop
SMALL_SUMMARIES_DIRS=( ${BASE}/_build/test/logs/ct_run* )
SMALL_SUMMARIES_DIR=$(choose_newest_directory "${SMALL_SUMMARIES_DIRS[@]}")
big_tests/_build/default/lib/ct_groups_summary_hook/priv/summarise-ct-results ${SMALL_SUMMARIES_DIR}
return "$RESULT"
}

run_eunit_tests() {
Expand Down

0 comments on commit 0ee4c89

Please sign in to comment.