mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-24 07:36:24 +01:00
Remove iterate over ls
This commit is contained in:
parent
281c776ae2
commit
f0dda69d9d
2
make.sh
2
make.sh
@ -59,7 +59,7 @@ if [[ $1 == "test" ]]; then
|
|||||||
elif [[ $2 == "run" ]]; then
|
elif [[ $2 == "run" ]]; then
|
||||||
$0 build test
|
$0 build test
|
||||||
mkdir -p .test-cache
|
mkdir -p .test-cache
|
||||||
for i in $(ls "$OUT/test_"*); do
|
for i in "$OUT/test_"*; do
|
||||||
echo "--- $i ---"
|
echo "--- $i ---"
|
||||||
$i
|
$i
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user