Missed ".py" when flagging client_compilation_unittest.py as a long test
Signed-off-by: James Ren <[email protected]> --- autotest/utils/unittest_suite.py 2010-02-26 15:44:43.000000000 -0800 +++ autotest/utils/unittest_suite.py 2010-02-26 15:44:43.000000000 -0800 @@ -38,7 +38,7 @@ )) REQUIRES_GWT = set(( - 'client_compilation_unittest', + 'client_compilation_unittest.py', )) REQUIRES_SIMPLEJSON = set(( _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
