Don't relaunch the unit tests.

This commit is contained in:
JoelKatz
2013-03-20 06:46:13 -07:00
parent 017594950b
commit 92fd82b38e

View File

@@ -187,7 +187,8 @@ int main(int argc, char* argv[])
}
}
if (HaveSustain() && !vm.count("parameters") && !vm.count("fg") && !vm.count("standalone"))
if (HaveSustain() &&
!vm.count("parameters") && !vm.count("fg") && !vm.count("standalone") && !vm.count("unittest"))
{
std::string logMe = DoSustain();
if (!logMe.empty())