Navigation Menu

Skip to content

Commit

Permalink
Suppress GDB startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2012
1 parent 96bd1c2 commit 85d2e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/grntest/tester.rb
Expand Up @@ -767,6 +767,7 @@ def groonga_command_line(context)
EOC
end
command_line << "--command=#{gdb_command_path}"
command_line << "--quiet"
command_line << "--args"
end
command_line << groonga
Expand Down

0 comments on commit 85d2e84

Please sign in to comment.