Collect more debugging info
This commit is contained in:
parent
fc30badbee
commit
a0fc54936a
|
@ -19,6 +19,9 @@ function save_reports () {
|
||||||
report_path=$REPORTS_DIR/$project_to_save
|
report_path=$REPORTS_DIR/$project_to_save
|
||||||
mkdir -p $report_path
|
mkdir -p $report_path
|
||||||
cp -r workspace/$project_to_save/build/reports/* $report_path/
|
cp -r workspace/$project_to_save/build/reports/* $report_path/
|
||||||
|
cp -r workspace/$project_to_save/build/core* $report_path/ || true
|
||||||
|
cp -r workspace/$project_to_save/build/hs_err_pid* $report_path/ || true
|
||||||
|
cp -r workspace/$project_to_save/build/replay* $report_path/ || true
|
||||||
}
|
}
|
||||||
|
|
||||||
shopt -s globstar
|
shopt -s globstar
|
||||||
|
|
Loading…
Reference in New Issue