Skip to content

Commit 5085fd9

Browse files
committed
fix: locale-dependent printf in run-random-tests.sh
1 parent fc840e4 commit 5085fd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)