Skip to content

Commit

Permalink
fixed bug using FLAGS under Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Apr 27, 2011
1 parent 9cfbe49 commit 9bc611b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gen_test_results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ DEFINE_boolean force false 'force overwrite' f
DEFINE_string output_dir "`pwd`" 'output dir' d
DEFINE_string output_file "${os_name}-${os_version}.txt" 'output file' o
DEFINE_string suite 'shunit2_test.sh' 'unit test suite' s
FLAGS "$@" || exit $?; shift ${FLAGS_ARGC}
FLAGS "${@:-}" || exit $?; shift ${FLAGS_ARGC}

# determine output filename
output="${FLAGS_output_dir:+${FLAGS_output_dir}/}${FLAGS_output_file}"
Expand Down

0 comments on commit 9bc611b

Please sign in to comment.