Navigation Menu

Skip to content

Commit

Permalink
test: reduce the number of workers for --gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 8, 2015
1 parent 0996b33 commit fc5fb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/run-sql-test.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#
# Copyright(C) 2010 Tetsuro IKEDA
# Copyright(C) 2010-2013 Kouhei Sutou <kou@clear-code.com>
# Copyright(C) 2010-2015 Kouhei Sutou <kou@clear-code.com>
# Copyright(C) 2011 Kazuhiko
#
# This library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -165,7 +165,7 @@ test_suite_names=""
test_names=""
while [ $# -gt 0 ]; do
case "$1" in
--manual-gdb|--debug)
--manual-gdb|--gdb|--debug)
n_processors=1
break
;;
Expand Down

0 comments on commit fc5fb63

Please sign in to comment.