From 089a7ecc634ab757dcdba3d725dfe4fc321cda23 Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Tue, 18 Aug 2020 09:12:41 -0600 Subject: [PATCH] turning off logging in a test --- tests/cunit/test_darray_frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cunit/test_darray_frame.c b/tests/cunit/test_darray_frame.c index 949e90ebfb4..41f43452360 100644 --- a/tests/cunit/test_darray_frame.c +++ b/tests/cunit/test_darray_frame.c @@ -192,7 +192,7 @@ int main(int argc, char **argv) /* Initialize test. */ if ((ret = pio_test_init2(argc, argv, &my_rank, &ntasks, MIN_NTASKS, - MIN_NTASKS, 3, &test_comm))) + MIN_NTASKS, -1, &test_comm))) ERR(ERR_INIT); if ((ret = PIOc_set_iosystem_error_handling(PIO_DEFAULT, PIO_RETURN_ERROR, NULL)))