make run return and that is what the binary exits with
This commit is contained in:
@@ -76,7 +76,7 @@ public:
|
||||
|
||||
}
|
||||
|
||||
void run(){
|
||||
int run(){
|
||||
|
||||
path root( getParam( "out" , "dump" ) );
|
||||
string db = _db;
|
||||
@@ -103,7 +103,7 @@ public:
|
||||
else {
|
||||
go( db , root / db );
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user