Skip to content

Commit 51d15c5

Browse files
committed
ubertest
1 parent 2d6e1d9 commit 51d15c5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

all_test.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/usr/bin/env bash
2+
3+
TESTS=$(mktemp)
4+
find . -name all_test.sh > "$TESTS"
5+
6+
while read -r TEST; do
7+
DIR=$(dirname "$TEST")
8+
echo "\n\n==> $DIR <==\n\n"
9+
cd "$DIR"
10+
./all_test.sh
11+
done < "$TESTS"
12+
13+
rm "$TESTS"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy