Skip to content

Commit

Permalink
turned off verbose output in test
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jan 8, 2018
1 parent 2158338 commit ceed2f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tests/cunit/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This is a test script for PIO.
# Ed Hartnett

# Stop execution of script if error is returned.
set -e

Expand Down
2 changes: 1 addition & 1 deletion tests/cunit/test_async_multi2.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int main(int argc, char **argv)
int comp_proc_list2[NUM_COMP_PROCS] = {2};
int *proc_list[COMPONENT_COUNT] = {comp_proc_list1, comp_proc_list2};
MPI_Comm test_comm;
int verbose = 1;
int verbose = 0;
int ret; /* Return code. */

/* Initialize test. */
Expand Down

0 comments on commit ceed2f2

Please sign in to comment.