tests: Rename virtTestRun to virTestRun.

This function doesn't follow our convention of naming functions.
This commit is contained in:
Tomáš Ryšavý
2016-06-08 11:23:12 -04:00
committed by John Ferlan
parent 09b406a756
commit cd7dd1508d
109 changed files with 606 additions and 606 deletions
+2 -2
View File
@@ -235,9 +235,9 @@ mymain(void)
goto cleanup;
}
if (virtTestRun("test1", test1, NULL) < 0)
if (virTestRun("test1", test1, NULL) < 0)
ret = -1;
if (virtTestRun("test2", test2, NULL) < 0)
if (virTestRun("test2", test2, NULL) < 0)
ret = -1;
cleanup: