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

import os

import common

from devbot import run
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")])