fix path to log dir
This commit is contained in:
parent
74f6663665
commit
74393c8f2e
@ -33,7 +33,7 @@ echo
|
|||||||
echo
|
echo
|
||||||
for t in "${tests[@]}"; do
|
for t in "${tests[@]}"; do
|
||||||
echo "=========== ${t} =============="
|
echo "=========== ${t} =============="
|
||||||
cat "test/${t}.log"
|
cat "logs/${t}.log"
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user