Skip to content

Commit

Permalink
fix: tests runner
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentHardouin committed Feb 20, 2022
1 parent bebe0a2 commit 8b88ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/runner.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

while IFS= read -r -d '' file; do
find ./* -maxdepth 0 -type f -name "*.sh" -not -path "./runner.sh" -print0 | while IFS= read -r -d '' file; do
bash "$file" || echo "$file" exit 1
done < <(find ./* -maxdepth 0 -type f -name "*.sh" -not -path "./runner.sh" -print0)
done

0 comments on commit 8b88ac3

Please sign in to comment.