xgboost/tests/travis/travis_after_failure.sh

8 lines
161 B
Bash
Executable File

#!/bin/bash
if [ ${TASK} == "r_test" ]; then
cat xgboost/xgboost.Rcheck/*.log
echo "--------------------------"
cat xgboost/xgboost.Rcheck/*.out
fi