Hello, I'm running the following script in pcdh27.cern.ch now (let's move it later to a real build box):
rm -rf cds-invenio export CVSROOT=:pserver:[email protected]:/log/cvsroot cvs co cds-invenio cd cds-invenio aclocal-1.9 automake-1.9 -a autoconf ./configure --prefix $HOME/invenio --with-weburl=http://pcdh27.cern.ch --with-sweburl=https://pcdh27.cern.ch --with-dbname=invenio --with-dbuser=invenio --with-dbpass=XXXXXXXX --with-dbhost=localhost make rm -rf $HOME/invenio make install make drop-demo-site make create-demo-site make load-demo-records make test ..and everything goes nicely except I get 1 failure in "make test": FAIL: dbquery - single table (with indexes) update time detection ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/invenio/dbquery_tests.py", line 61, in test_single_table_update_time self._check_table_update_time("collection") File "/usr/lib/python2.4/site-packages/invenio/dbquery_tests.py", line 55, in _check_table_update_time dbquery.get_table_update_time(tablename)) AssertionError: '2007-07-27 12:07:53' != '2007-11-05 15:51:57' This is somewhat strange, since "make load-demo-records" runs "webcoll" that should update the date. Any ideas? Yours, Marko
