From c3f2927c630e19a408805e294e383d48cce45250 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 28 Nov 2012 12:17:21 +0000 Subject: Use sr-run-test --- (limited to 'commands/test') diff --git a/commands/test b/commands/test index a0707e0..0acfa09 100755 --- a/commands/test +++ b/commands/test @@ -9,5 +9,5 @@ from devbot import config common.setup() -run.run([os.path.join(common.helpers_dir, "test"), - os.path.join(common.base_dir, "tests", "shell.py")]) +test = os.path.join(common.tests_dir, "shell.py") +run.run(["sr-run-test", test, config.logs_dir]) -- cgit v0.9.1