mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
Fix spellcheck
This commit is contained in:
parent
0eec60968a
commit
6f3d2daee6
@ -9,13 +9,13 @@ cd flake-regressions
|
||||
|
||||
status=0
|
||||
|
||||
flakes=$(ls -d tests/*/*/* | sort | head -n25)
|
||||
flakes=$(find tests -mindepth 3 -maxdepth 3 -type d -not -path '*/.*' | sort | head -n25)
|
||||
|
||||
echo "Running flake tests..."
|
||||
|
||||
for flake in $flakes; do
|
||||
|
||||
if ! REGENERATE=0 ./eval-flake.sh $flake; then
|
||||
if ! REGENERATE=0 ./eval-flake.sh "$flake"; then
|
||||
status=1
|
||||
echo "❌ $flake"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user