Skip to content

Commit

Permalink
Fix return value from bucket_engine test
Browse files Browse the repository at this point in the history
Change-Id: I3aa70ba639a50b11964be9386a1c3110d1bd1eb1
Reviewed-on: http://review.couchbase.org/15161
Tested-by: Chiyoung Seo <chiyoung.seo@gmail.com>
Reviewed-by: Chiyoung Seo <chiyoung.seo@gmail.com>
Reviewed-on: http://review.couchbase.org/15402
  • Loading branch information
trondn authored and chiyoung committed Apr 28, 2012
1 parent d9e9ffb commit c49d372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapp.c
Expand Up @@ -1075,7 +1075,7 @@ static enum test_result do_test_delete_bucket_concurrent(ENGINE_HANDLE *h,

static enum test_result test_delete_bucket_concurrent(ENGINE_HANDLE *h,
ENGINE_HANDLE_V1 *h1) {
do_test_delete_bucket_concurrent(h, h1, true);
return do_test_delete_bucket_concurrent(h, h1, true);
}

static enum test_result test_delete_bucket_concurrent_multi(ENGINE_HANDLE *h,
Expand Down

0 comments on commit c49d372

Please sign in to comment.