Navigation Menu

Skip to content

Commit

Permalink
travis: show messages on error
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2015
1 parent dcbb40b commit 809f245
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
build || (cat /var/log/messages; false)
# run_unit_test
run_sql_test

0 comments on commit 809f245

Please sign in to comment.