;dev: ledger compat tests: improve org outline navigability
fixup:
This commit is contained in:
parent
15646ab999
commit
c3e17db23e
@ -4,9 +4,19 @@
|
|||||||
set -e
|
set -e
|
||||||
mkdir -p log
|
mkdir -p log
|
||||||
time \
|
time \
|
||||||
(shelltest collected baseline regress --execdir -j8 --hide-successes; \
|
shelltest collected baseline regress --execdir -j8 --hide-successes \
|
||||||
echo ":Summary"; ) | tee log/latest
|
| tee log/latest
|
||||||
|
|
||||||
(echo "* Tested $(date +%Y-%m-%d) with $(hledger --version)"; \
|
(echo "* Tested $(date +%Y-%m-%d) with $(hledger --version)"; \
|
||||||
echo "** failures") >log/latest.org
|
echo "** failures") >log/latest.org
|
||||||
perl -p -e 's/^:/*** ..\//' log/latest >>log/latest.org # ../ for easy ffap
|
perl -p -e 's/^:/*** ..\//' log/latest \
|
||||||
|
| perl -p -e 's/ +Test Cases +Total +/** Summary/' \
|
||||||
|
>>log/latest.org
|
||||||
|
cat >>log/latest.org <<EOF
|
||||||
|
|
||||||
|
# Local Variables:
|
||||||
|
# eval: (highlight-lines-matching-regexp "^\\*\\*\\* " 'hi-black-b)
|
||||||
|
# eval: (highlight-lines-matching-regexp "|" 'hi-pink)
|
||||||
|
# End:
|
||||||
|
EOF
|
||||||
cp log/latest.org log/"$(date +%Y%m%d)".org
|
cp log/latest.org log/"$(date +%Y%m%d)".org
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user