Navigation Menu

Skip to content

Commit

Permalink
travis: show /var/log/
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2015
1 parent 3a787a5 commit 3e3de7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/script.sh
Expand Up @@ -127,6 +127,6 @@ run_sql_test()
fi
}

build || (cat /var/log/messages; false)
build || (ls -lat /var/log/; false)
# run_unit_test
run_sql_test

0 comments on commit 3e3de7f

Please sign in to comment.