From a76f5c9526141437d882d001b2b45e3a38920442 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 28 Dec 2012 20:48:23 +0000 Subject: Step into the tests directory Not really sure why but otherwise plugins imports fails. --- (limited to 'commands') diff --git a/commands/check b/commands/check index 21b5d75..ff4ac32 100755 --- a/commands/check +++ b/commands/check @@ -64,9 +64,9 @@ def _check_devbot(): os.environ["TESTS_TMP"] = tests_tmp os.environ["PYTHONPATH"] = common.base_dir + os.chdir(os.path.join(common.base_dir, "tests", "devbot")) - command.run(["python", "-m", "unittest", "discover", - os.path.join(common.base_dir, "tests", "devbot")]) + command.run(["python", "-m", "unittest", "discover"]) shutil.rmtree(tests_tmp, ignore_errors=True) -- cgit v0.9.1