diff options
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 58eeeef6a86..86242aab578 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -15,6 +15,7 @@ for toplevel in [".", "..", "../..", "../../..", "../../../.."]: if os.path.exists(os.path.join(toplevel, "scripts", "TestUtil.py")): break else: + print "can't find toplevel directory!" raise "can't find toplevel directory!" sys.path.append(os.path.join(toplevel)) |