minor bugfix; the 'configured' variable was never set to true
This commit is contained in:
parent
c4ff6b2a2d
commit
5f900b5214
|
@ -87,6 +87,7 @@ BaseTestMethod :: configure(std::string configFileName)
|
|||
|
||||
xmlRpcHost = scheduler->getXmlRpcHost();
|
||||
xmlRpcPort = scheduler->getXmlRpcPort();
|
||||
configured = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue