http://oss.sgi.com/bugzilla/show_bug.cgi?id=930
Nathan Scott <nathans@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |nathans@xxxxxxxxxx
AssignedTo|mort@xxxxxxx |nathans@xxxxxxxxxx
--- Comment #1 from Nathan Scott <nathans@xxxxxxxxxx> 2012-09-26 04:26:18 CST
---
Hi Tomas!
Welcome back, and thanks for the patch. I think that's very close;
what the other tests do to handle this (and the cross-platform path
differences in general) is to use $PCP_PMDAS_DIR ... I think you've
hit the one case here where its not done:
nathans@smash:/source/git/pcp/qa$ grep -l '/var/lib/pcp/pmdas' ??? | wc -l
1
nathans@smash:/source/git/pcp/qa$ grep -l '/var/lib/pcp/pmdas' ???
383
nathans@smash:/source/git/pcp/qa$ grep -l '$PCP_PMDAS_DIR' ??? | wc -l
71
Could you respin your patch and check that also works? (else I'll
get to it in my morning)
Thanks for testing!!!
--
Nathan
--
Configure bugmail: http://oss.sgi.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
|