PDA

View Full Version : merge-results problem in 1.2.0


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,

Michael
09-07-2008, 02:16 PM
Oops, stupid typo. This will be fixed in PTS 1.2.1. Thanks!

Michael
09-11-2008, 10:05 PM
FYI: This problem has been fixed in git.