X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Flib.c;h=1c3ca689381db7bf0fbb71379b1efb15f293e31d;hp=8c7608e563081c0a3e315803408cd02a430482a8;hb=aed1065488d0c27e1654091636e4cfe5fb8e6951;hpb=529984f4a8f8bdcfd75866462ba6b89695b0b9b0 diff --git a/direct/timothy_tests/quick_tests/lib.c b/direct/timothy_tests/quick_tests/lib.c index 8c7608e..1c3ca68 100644 --- a/direct/timothy_tests/quick_tests/lib.c +++ b/direct/timothy_tests/quick_tests/lib.c @@ -14,7 +14,7 @@ #include "lib.h" static int EXIT_ON_ERROR = 1; -static int PRINT_LEVEL = 1; //This sets the level of detail which is printed. There are 3 levels 0,1,2 and 3 +static int PRINT_LEVEL = 2; //This sets the level of detail which is printed. There are 3 levels 0,1,2 and 3 //0 just prints the number of tests passed and failed. //1 is the basic print level. it will print the details of a failed test. //2 will print if a test passes and cleans.