Skip to content

Commit 90e272a

Browse files
committed
fix: locale-dependent printf in run-random-tests.sh
1 parent a1de91d commit 90e272a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/run-random-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
################################################################################
2424

2525
set -u
26+
export LC_NUMERIC=C
2627
trap 'kill "${bg_pids[@]:-}" 2>/dev/null; wait 2>/dev/null' EXIT INT TERM
2728

2829
################################################################################

0 commit comments

Comments
 (0)