Author: gnichols Date: 2011-03-08 13:08:47 +0000 (Tue, 08 Mar 2011) New Revision: 794
Modified: trunk/tests/pccard/pccard.py Log: 678974 - pccard testing fail on v7-1.3-10
Modified: trunk/tests/pccard/pccard.py =================================================================== --- trunk/tests/pccard/pccard.py 2011-03-08 13:06:57 UTC (rev 793) +++ trunk/tests/pccard/pccard.py 2011-03-08 13:08:47 UTC (rev 794) @@ -34,7 +34,7 @@
def run(self): try: - pccardSh = Command("pccard.sh") + pccardSh = Command("./pccard.sh") pccardSh.echo() return 0 # passed except V7CommandException, exception:
v7-commits@lists.stg.fedorahosted.org