minor bugfix; the 'configured' variable was never set to true
This commit is contained in:
parent
c4ff6b2a2d
commit
5f900b5214
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ BaseTestMethod :: configure(std::string configFileName)
|
||||||
|
|
||||||
xmlRpcHost = scheduler->getXmlRpcHost();
|
xmlRpcHost = scheduler->getXmlRpcHost();
|
||||||
xmlRpcPort = scheduler->getXmlRpcPort();
|
xmlRpcPort = scheduler->getXmlRpcPort();
|
||||||
|
configured = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue