From e57f248f34e4742fa73a123c7ed8366f74a08f50 Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Thu, 9 Dec 2010 10:24:47 +1000 Subject: Fix program name in warning message --- src/quicktestlib/qdeclarativetest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/quicktestlib/qdeclarativetest.cpp b/src/quicktestlib/qdeclarativetest.cpp index abd3128..ed0f12e 100644 --- a/src/quicktestlib/qdeclarativetest.cpp +++ b/src/quicktestlib/qdeclarativetest.cpp @@ -121,7 +121,7 @@ int qtest_quick_main(int argc, char **argv, const char *name, qtest_create_viewp // Bail out if we didn't find any test cases. if (files.isEmpty()) { - qWarning() << argv[1] << ": could not find any test cases under" + qWarning() << argv[0] << ": could not find any test cases under" << testPath; return 1; } -- cgit v1.2.3