From c41fd9cb5f47695077165fb769e1754f7886517e Mon Sep 17 00:00:00 2001 From: dhuth Date: Thu, 9 Oct 2014 11:40:37 -0600 Subject: Small changes to Makefile and test-chill --- test-chill/testchill/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-chill/testchill/__main__.py') diff --git a/test-chill/testchill/__main__.py b/test-chill/testchill/__main__.py index ae9f29e..ec60ad1 100644 --- a/test-chill/testchill/__main__.py +++ b/test-chill/testchill/__main__.py @@ -170,7 +170,7 @@ def add_local_args(arg_parser): Command line arguments for the local command @param arg_parser The local ArgumentParser object """ - arg_parser.add_argument('chill_dir', metavar='chill-home') + arg_parser.add_argument('chill_dir', metavar='chill-home', default='../') arg_parser.add_argument('-v', '--chill-branch', dest='chill_version', default='dev', choices=['release','dev']) # - Testing should consider all interface languages. Will uncomment if testing takes too long # arg_parser.add_argument('-i', '--interface-lang', nargs=1, action='append', dest='chill_script_lang_list', choices=['script','lua','python']) -- cgit v1.2.3-70-g09d2