Announcement

Collapse
No announcement yet.

merge-results problem in 1.2.0

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • merge-results problem in 1.2.0

    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.
    Code:
    $ 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
    Code:
    -       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,

  • #2
    Oops, stupid typo. This will be fixed in PTS 1.2.1. Thanks!
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      FYI: This problem has been fixed in git.
      Michael Larabel
      https://www.michaellarabel.com/

      Comment

      Working...
      X