Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/test
blob: fb1233ea8057c22df057e714f0c8b63e2cd93aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/python

import os

import common

from devbot import run
from devbot import config

common.setup()

test = os.path.join(common.tests_dir, "sugar", "shell.py")
run.run(["sr-run-test", test, config.logs_dir])