shibata
09-07-2008, 10:39 AM
Hi,
I installed PTS on Ubuntu 8.04.1 by deb package. It almost went right, but merge-results did not work if use Global ID.
Ex.
$ phoronix-test-suite superpi1 anon-26434-688-2335 superpi2
File: anon-26434-688-2335 couldn't be found. Exiting...
I modified pts-core/functions/pts-functions-merge.php:32
- else if(pts_is_global_id($TO_RUN))
+ else if(pts_is_global_id($file))
then it worked.
Please check if abobe modify is appropriate. And if so, please correct original code.
Regards,
I installed PTS on Ubuntu 8.04.1 by deb package. It almost went right, but merge-results did not work if use Global ID.
Ex.
$ phoronix-test-suite superpi1 anon-26434-688-2335 superpi2
File: anon-26434-688-2335 couldn't be found. Exiting...
I modified pts-core/functions/pts-functions-merge.php:32
- else if(pts_is_global_id($TO_RUN))
+ else if(pts_is_global_id($file))
then it worked.
Please check if abobe modify is appropriate. And if so, please correct original code.
Regards,