Skip to content

Commit

Permalink
Merge pull request #14 from tindy2013/dev
Browse files Browse the repository at this point in the history
Fix broken single link test on Web GUI
  • Loading branch information
tindy2013 authored Aug 26, 2019
2 parents 0096bad + 82008e7 commit a62716e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,7 @@ int main(int argc, char* argv[])
}
else if(allNodes.size() == 1)
{
printMsg(SPEEDTEST_MESSAGE_GOTSERVER, &allNodes[0], rpcmode);
singleTest(&allNodes[0]);
if(single_test_force_export)
{
Expand Down

0 comments on commit a62716e

Please sign in to comment.