show evaluation errors in log of tests

This commit is contained in:
Rob Vermaas
2011-03-17 10:29:01 +00:00
parent 5db13c92b2
commit bf2f86d3c6
2 changed files with 7 additions and 3 deletions

View File

@ -24,7 +24,7 @@ clean :
chmod -R a+w nix
rm -rf db.sqlite data nix git-repo hg-repo svn-repo svn-checkout svn-checkout-repo bzr-repo bzr-checkout-repo
$(TESTS) : db.sqlite dirs
$(TESTS) : db.sqlite repos
db.sqlite : $(top_srcdir)/src/sql/hydra-sqlite.sql
sqlite3 db.sqlite < $(top_srcdir)/src/sql/hydra-sqlite.sql