Navigation Menu

Skip to content

Commit

Permalink
travis: syslog doesn't have useful message...
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2015
1 parent 9f22434 commit 26dc3d3
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 || (sudo cat /var/log/syslog; echo 'int main(void){return __ATOMIC_SEQ_CST}' > a.cpp; g++ -E a.cpp; g++ -std=gnu++0x -E a.cpp; false)
build || (echo 'int main(void){return __ATOMIC_SEQ_CST}' > a.cpp; g++ -E a.cpp; g++ -std=gnu++0x -E a.cpp; false)
# run_unit_test
run_sql_test

0 comments on commit 26dc3d3

Please sign in to comment.