Skip to content

Commit fbd70a7

Browse files
committed
Revert "Verbose CI debugging lets goo"
This reverts commit abefc3a.
1 parent 79c9615 commit fbd70a7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/ParallelIOTest.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1810,12 +1810,8 @@ void append_mode(
18101810

18111811
TEST_CASE("append_mode", "[serial]")
18121812
{
1813-
int rank;
1814-
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
18151813
for (auto const &t : testedFileExtensions())
18161814
{
1817-
std::cout << "RANK " << rank << " ABOUT TO TEST '" << t << "'"
1818-
<< std::endl;
18191815
std::string jsonConfigOld = R"END(
18201816
{
18211817
"adios2":

0 commit comments

Comments
 (0)