8 lines
161 B
Bash
Executable File
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
|