Closed 0xfk0 closed 2 years ago
diff --git a/tau/tau.h b/tau/tau.h index d446912..ab67bd3 100644 --- a/tau/tau.h +++ b/tau/tau.h @@ -1044,6 +1043,7 @@ static TAU_Bool tauCmdLineRead(int argc, char** argv) { else if(strncmp(argv[i], listStr, strlen(listStr)) == 0) { for (i = 0; i < tauTestContext.numTestSuites; i++) tauPrintf("%s\n", tauTestContext.tests[i].name); + return TAU_false; } // Disable colouring
Please refer to #12 and #13