Fix spellcheck
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user