From 8dadf2c789f696393e8425099dc8bb502c560dd8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 6 Dec 2008 16:28:05 +0000 Subject: [PATCH] Made "make htmldocs" the last step. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@609 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/run-regression-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index 13288be78..0924669dc 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -39,10 +39,10 @@ # - Run 'make allmodconfig'. # - Run the sparse source code checker on the SCST directory. # - Run 'make headers_check'. -# - Run 'make htmldocs'. # - Compile the kernel tree. # - Run 'make checkstack'. # - Run 'make namespacecheck'. +# - Run 'make htmldocs'. # # Note: the results of the individual steps are not verified by this script # -- the output generated by the individual steps has to be verified by @@ -436,10 +436,10 @@ do patch_and_configure_kernel $k run_sparse $k run_headers_check $k - run_make_htmldocs $k compile_patched_kernel $k run_checkstack $k run_namespacecheck $k + run_make_htmldocs $k else echo "FAILED for kernel $k" fi