Skip to content

Commit

Permalink
do_regtest: use $arch_dir when printing the report
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Oct 4, 2018
1 parent ef9c5fd commit fbb11ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/regtesting/do_regtest
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ fi
# from here failures are likely to be bugs in cp2k
if [[ ${nobuild} != "nobuild" ]]; then
echo "--------------------------- ARCH-file ------------------------------------"
cat ${dir_base}/${cp2k_dir}/arch/${ARCH}.${cp2k_version}
cat "${arch_dir:-${dir_base}/${cp2k_dir}/arch}/${ARCH}.${cp2k_version}"
echo "-------------------------- Build-Tools -----------------------------------"
cd ${dir_base}/${cp2k_dir}
${make} toolversions ${ARCH_SPEC} VERSION=${cp2k_version}
Expand Down

0 comments on commit fbb11ab

Please sign in to comment.