Skip to content

Commit

Permalink
updates to code to reflect changes in the run_script_usage_tests func…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
gregcaporaso committed Apr 27, 2012
1 parent 96816cc commit 162cf87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions script_usage_tests.py
Expand Up @@ -53,15 +53,17 @@ def main():
qiime_scripts_dir = opts.qiime_scripts_dir
working_dir = opts.working_dir
verbose = opts.verbose
tests = opts.tests
tests = opts.tests.split(',')
failure_log_fp = opts.failure_log_fp

run_script_usage_tests(qiime_test_data_dir,
result_summary = run_script_usage_tests(
qiime_test_data_dir,
qiime_scripts_dir,
working_dir,
verbose=verbose,
tests=tests,
failure_log_fp=failure_log_fp)
print result_summary



Expand Down

0 comments on commit 162cf87

Please sign in to comment.