Skip to content

Commit d3056ff

Browse files
committed
More diagnostics
1 parent f9be32a commit d3056ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doHCFILES.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Run HCFILES
105105
run: |
106106
export DISPLAY=":0"
107-
timeout 12m sh -c 'while true; do top -b -n 1 -H | grep -i threads; sleep 5; done' &
107+
timeout 12m sh -c 'while true; do top -b -n 1 -H | grep -i threads; done' &
108108
scripts/do_hcfiles.sh
109109
110110
- name: Push Medley files (including created pdf files) to files.interlisp.org

scripts/do_hcfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ main() {
5656
--apps
5757

5858
# save dribble file to loadups; extract and save fails
59-
#cat ${logindir}/HCFILES.DRIBBLE
59+
cat ${logindir}/HCFILES.DRIBBLE
6060
"${MEDLEYDIR}"/scripts/cpv ${logindir}/HCFILES.DRIBBLE "${MEDLEYDIR}"/loadups/hcfiles.dribble
6161
grep "IL:FAIL" < "${MEDLEYDIR}"/loadups/hcfiles.dribble > ${logindir}/fails
6262
"${MEDLEYDIR}"/scripts/cpv ${logindir}/fails "${MEDLEYDIR}"/loadups/hcfiles-fails.txt

0 commit comments

Comments
 (0)