1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

flake-regressions.sh: Make the sort order deterministic

This commit is contained in:
Eelco Dolstra 2024-05-14 15:58:37 +02:00
parent 36cc8d5f4b
commit 0eec60968a

View file

@ -9,7 +9,7 @@ cd flake-regressions
status=0
flakes=$(ls -d tests/*/*/* | head -n25)
flakes=$(ls -d tests/*/*/* | sort | head -n25)
echo "Running flake tests..."