Skip to content

Commit

Permalink
Verbose CI debugging lets goo
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Dec 9, 2024
1 parent 5751802 commit abefc3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/ParallelIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1839,8 +1839,12 @@ void append_mode(

TEST_CASE("append_mode", "[serial]")
{
int rank;
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
for (auto const &t : testedFileExtensions())
{
std::cout << "RANK " << rank << " ABOUT TO TEST '" << t << "'"
<< std::endl;
std::string jsonConfigOld = R"END(
{
"adios2":
Expand Down

0 comments on commit abefc3a

Please sign in to comment.