[FOSSology] Error in PHP Test Installation

2009-06-18 Thread Séverine Scheidt
Hi, I'm just starting to make use of the fossology PHP UI tests, but I had trouble doing the installation. The first execution of the fossology/tests/Install.php failed providing the following message: installing fo-runTests into /usr/local/bin Check to see if simpletest is installed in

Re: [FOSSology] Error in PHP Test Installation

2009-06-18 Thread Bob Gobeille
Hi Severine, This looks like a mistake in test/Install.php. I'd just change lines 51- 58 in Install.php. From: if (is_readable('/etc/fossology/Proxy.conf')) { $cmd = . /etc/fossology/Proxy.conf; . wget -q 'http://downloads.sourceforge.net/simpletest/simpletest_1.0.1.tar.gz' ; }

Re: [FOSSology] Error in PHP Test Installation

2009-06-18 Thread Bob Gobeille
Severine, My mistake (the fix below). Sorry I didn't look at the code closely. The best thing to do is probably to create a dummy Proxy.conf file. I've filed the bug. Bob On Jun 18, 2009, at 8:03 AM, Gobeille, Robert wrote: Hi Severine, This looks like a mistake in test/Install.php. I'd