From: Roman S. <rom...@gm...> - 2013-10-03 13:43:20
|
Thanks for the quick reply. I did all your instructions but still see an error of run tests. Full log of my actions you can found here https://www.dropbox.com/s/1d4m7udc0906nka/fbtest_terminal.txt An error is: ========================================= roman:prj$ pushd fbt-repository/ ~/prj/fbt-repository ~/prj roman:fbt-repository$ sudo chmod 666 ./fdb/*.fdb roman:fbt-repository$ fbt_run Traceback (most recent call last): File "/usr/local/bin/fbt_run", line 9, in <module> load_entry_point('fbtest==1.0', 'console_scripts', 'fbt_run')() File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 357, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 2393, in load_entry_point raise ImportError("Entry point %r not found" % ((group,name),)) ImportError: Entry point ('console_scripts', 'fbt_run') not found roman:fbt-repository$ ========================================= 2013/10/3 Philippe Makowski <pma...@ib...>: > Le 03/10/13 13:14, Roman Simakov a écrit : >> Hello! >> >> I'm trying to run fbtest on my Ubuntu 13.04 x86_64. I have some >> problems and I rely on your help. >> > be sure you have python-setuptools > sudo apt-get install python-setuptools > > the automated build box (http://ci.ibphoenix.fr) do it mostly like that : > > > # co python driver for firebird > svn co svn://svn.code.sf.net/p/firebird/code/python/fdb/trunk fdb > # install > pushd fdb > sudo python setup.py install > popd > > # co fbtest > svn://svn.code.sf.net/p/firebird/code/qa/fbtest/trunk qa > # install tbtest > pushd qa > sudo python setup.py install > # we need this because setup.py is not correct > sudo cp -f fbtest.py /usr/lib/python2.7/dist-packages/fbtest.py > # > popd > > # co fbt-repository > svn co svn://svn.code.sf.net/p/firebird/code/qa/fbt-repository/trunk > fbt-repository > > pushd fbt-repository > sudo chmod 666 ./fdb/*.fdb > > > fbt_run ... > > > > > > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk > _______________________________________________ > Firebird-test mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-test -- Roman Simakov |