diff options
Diffstat (limited to 'test/Perforce/Perforce.py')
-rw-r--r-- | test/Perforce/Perforce.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Perforce/Perforce.py b/test/Perforce/Perforce.py index a24c65d..b409210 100644 --- a/test/Perforce/Perforce.py +++ b/test/Perforce/Perforce.py @@ -40,6 +40,8 @@ class TestPerforce(TestSCons.TestSCons): def __init__(self, *args, **kw): apply(TestSCons.TestSCons.__init__, (self,)+args, kw) + self.p4d = None + self.p4path = self.where_is('p4') if not self.p4path: self.skip_test("Could not find 'p4'; skipping test(s).\n") |