From 69982ce0d1b712ccfe5797fb83721ab856ec951b Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 29 Nov 2012 18:58:42 +0000 Subject: Move the sugar tests To make space for the devbot ones --- (limited to 'commands/test') diff --git a/commands/test b/commands/test index 0acfa09..fb1233e 100755 --- a/commands/test +++ b/commands/test @@ -9,5 +9,5 @@ from devbot import config common.setup() -test = os.path.join(common.tests_dir, "shell.py") +test = os.path.join(common.tests_dir, "sugar", "shell.py") run.run(["sr-run-test", test, config.logs_dir]) -- cgit v0.9.1