fix path to log dir

This commit is contained in:
Girish Ramakrishnan 2015-11-13 20:51:19 -08:00
parent 74f6663665
commit 74393c8f2e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ echo
echo
for t in "${tests[@]}"; do
echo "=========== ${t} =============="
cat "test/${t}.log"
cat "logs/${t}.log"
echo
echo
done