blob: 5a3940a89b7aefee2b3619b2c6c09aa447ad5762 [file] [log] [blame]
#!/bin/bash
if [ ${TASK} == "r_test" ]; then
echo "Print the install log..."
cat mxnet.Rcheck/*.out
echo "Print the check log..."
cat mxnet.Rcheck/*.log
fi