mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
[dirty] increase to 20 runs
This commit is contained in:
parent
89f92d45fe
commit
5e4f147ed2
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ gdb_run() {
|
|||
|
||||
if test "$LET_IT_SMOKE" = "y"; then
|
||||
ret=0
|
||||
for x in {1..10}; do
|
||||
for x in {1..20}; do
|
||||
printf "Starting run %2s\n" $x
|
||||
output=$(gdb_run 2>&1)
|
||||
ret=$?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue