Skip to content

Commit

Permalink
Include more variants in fname to hopefully handle coq/coq#19822 (com…
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Nov 13, 2024
1 parent d59a660 commit 5b224cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coqbot-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ for i in "\$@"; do
next_is_special="\${next_next_is_special}"
next_next_is_special=no
elif [ "\${next_is_v_file}" == "yes" ] || [[ "\$i" == *".v" ]]; then
fname="\$fname \$i"
fname="\$fname \$i \$(readlink -f "\$i")"
args+=("\$i") # ("\$(readlink -f "\$i")") # we absolutize this later instead of now, to preserve output tests in HB
next_is_v_file=no
else
Expand Down

0 comments on commit 5b224cc

Please sign in to comment.