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