Skip to content

Commit

Permalink
WIP add more log.
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Jan 20, 2025
1 parent 727e473 commit d296c65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bundleTest-thor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jobs:
if: ${{ inputs.test-core-file-generation }}
shell: "bash"
run: |
set +e # Ignore intermediate error(s) in this step
cat > crash.ecl << EOF
boolean seg() := beginc++ #option action
#include <csignal>
Expand All @@ -156,7 +157,7 @@ jobs:
output(seg());
EOF
#ecl run -t hthor crash.ecl
ecl run -t hthor crash.ecl
ecl run -t thor crash.ecl
ecl run -t roxie crash.ecl
echo "Number of core files: $(sudo find /var/lib/HPCCSystems/ -iname 'core*' -mtime -1 -type f -exec printf "%s\n" '{}' \; )"
Expand Down

0 comments on commit d296c65

Please sign in to comment.