Fix back button in manage
Fix sort datasets in b_main when --datasets is used
This commit is contained in:
@@ -82,8 +82,6 @@ namespace platform {
|
||||
std::cout << Colors::RESET() << std::endl;
|
||||
}
|
||||
int num = 0;
|
||||
// Sort files to test to have a consistent order even if --datasets is used
|
||||
std::stable_sort(filesToTest.begin(), filesToTest.end());
|
||||
for (auto fileName : filesToTest) {
|
||||
if (!quiet)
|
||||
std::cout << " " << setw(3) << right << num++ << " " << setw(max_name) << left << fileName << right << flush;
|
||||
|
Reference in New Issue
Block a user