From c7749aeaeafa217c838b65a3848548647aa06e89 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 28 Nov 2012 01:47:32 +0000 Subject: Generalize a bit how the test command is run We should be able to use the same logic for other services. --- (limited to 'commands/test') diff --git a/commands/test b/commands/test index ff4f107..a0707e0 100755 --- a/commands/test +++ b/commands/test @@ -9,6 +9,5 @@ from devbot import config common.setup() -os.environ["SUGAR_BUILD_DIR"] = os.path.join(common.base_dir) - -run.run([os.path.join(common.helpers_dir, "test")]) +run.run([os.path.join(common.helpers_dir, "test"), + os.path.join(common.base_dir, "tests", "shell.py")]) -- cgit v0.9.1