Skip to content

Commit

Permalink
Add simple echo to detect failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
scamille committed Jul 18, 2016
1 parent bc2116c commit f9067f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ function class_sim2() {
SIMC_PROFILE=${spec}
for talent in ${PROFILE_TALENTS[@]}; do
sim talents=${talent} threads=2 default_actions=1
if [ ! "${status}" -eq 0 ]; then
echo "Error in sim: "${SIMC_CLI_PATH}" "${SIMC_PROFILE}" iterations=${SIMC_ITERATIONS} talents=${talent} threads=2 default_actions=1"
fi
[ "${status}" -eq 0 ]
done
done
Expand Down

0 comments on commit f9067f6

Please sign in to comment.