Sort roles
This commit is contained in:
parent
7bd7ef7952
commit
2a9eeddf5a
|
@ -889,21 +889,21 @@ void restoreRoleFilesHelper(std::string dirSrc, std::string dirToMove, std::stri
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
enum Role {
|
enum Role {
|
||||||
Simulation,
|
ConsistencyCheck,
|
||||||
FDBD,
|
|
||||||
Test,
|
|
||||||
MultiTester,
|
|
||||||
SkipListTest,
|
|
||||||
SearchMutations,
|
|
||||||
DSLTest,
|
|
||||||
VersionedMapTest,
|
|
||||||
CreateTemplateDatabase,
|
CreateTemplateDatabase,
|
||||||
|
DSLTest,
|
||||||
|
FDBD,
|
||||||
|
KVFileGenerateIOLogChecksums,
|
||||||
|
KVFileIntegrityCheck,
|
||||||
|
MultiTester,
|
||||||
NetworkTestClient,
|
NetworkTestClient,
|
||||||
NetworkTestServer,
|
NetworkTestServer,
|
||||||
Restore,
|
Restore,
|
||||||
KVFileIntegrityCheck,
|
SearchMutations,
|
||||||
KVFileGenerateIOLogChecksums,
|
Simulation,
|
||||||
ConsistencyCheck
|
SkipListTest,
|
||||||
|
Test,
|
||||||
|
VersionedMapTest,
|
||||||
};
|
};
|
||||||
struct CLIOptions {
|
struct CLIOptions {
|
||||||
std::string commandLine;
|
std::string commandLine;
|
||||||
|
|
Loading…
Reference in New Issue