Missed ".py" when flagging client_compilation_unittest.py as a long test

Signed-off-by: James Ren <jamesren@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4277 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/utils/unittest_suite.py b/utils/unittest_suite.py
index c5c5fd2..c0c28f5 100755
--- a/utils/unittest_suite.py
+++ b/utils/unittest_suite.py
@@ -37,7 +37,7 @@
         ))
 
 REQUIRES_GWT = set((
-        'client_compilation_unittest',
+        'client_compilation_unittest.py',
         ))
 
 REQUIRES_SIMPLEJSON = set((