Skip to content

Commit

Permalink
Fix typo in debugged C source name
Browse files Browse the repository at this point in the history
I failed to collect any debug info in
https://app.wercker.com/ruby/ruby/runs/mjit-test1/5cda57fcab79a30008f195f6?step=5cda6a4e1090c4000800772e

It seems that it's due to this typo.
  • Loading branch information
k0kubun committed May 14, 2019
1 parent c754e97 commit 4fe0961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wercker.yml
Expand Up @@ -29,7 +29,7 @@ mjit-test1:
cat <<'EOS' > /usr/local/bin/mjit-debug-on-fail
#!/bin/bash
if ! "$@"; then
for f in $(find /tmp -type f -name "ruby_mjit*.c"); do
for f in $(find /tmp -type f -name "_ruby_mjit*.c"); do
echo "[${f}]==="
cat "$f"
echo "==="
Expand Down

0 comments on commit 4fe0961

Please sign in to comment.