Subversion Repositories Kolibri OS

Rev

Rev 9249 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9249 Rev 9331
Line 2... Line 2...
2
import sys
2
import sys
Line 3... Line 3...
3
 
3
 
4
sys.path.append('../')
4
sys.path.append('../')
Line 5... Line 5...
5
import common
5
import common
6
 
6
 
7
def run():
7
def run(root_dir, test_dir):
8
    os = common.run()
8
    os = common.run(root_dir, test_dir)