* Add the name of the current test to the display, to ease finding
  which test is currently crashing.
This commit is contained in:
jean.chalard
2010-06-20 04:23:26 +00:00
parent 8ee5bfa48a
commit 9218e67971

View File

@@ -437,7 +437,7 @@ int TestSuite::loadNext(){
if (currentfile >= nbfiles) return 0;
currentfile++;
if (!load(files[currentfile-1].c_str())) return loadNext();
else cout << "Starting test : " << files[currentfile-1] << endl;
//load(files[currentfile].c_str());
//currentfile++;
return currentfile;