History log of /external/autotest/client/tests/disktest/src/disktest.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
22849eee988d7ed65395d03bb1af6ae30aa80e52 07-May-2010 lmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4> Test disktest: Build fixes and other changes

* Makefile: Get rid of -static flag on disktest's Makefile (fixing Subrata's
problem with it running inside F12 KVM guests)
* C program: Fix a compiler warning by using the right format string on printf
* Remove an unneeded Makefile at the top of the test's module
* Python module: Added docstring documentation
* Python module: Made tests for 'is None' explicitly as per coding style
* Python module: Log the disktest commands we're running

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4484 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/tests/disktest/src/disktest.c
9eb7ff70cddf8ab0be488064bb392eede812d7ab 26-Mar-2010 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> This could become a bug if the error message contained formatting
characters that would cause fprintf to try and read varargs that aren't
there.

Signed-off-by: Anton Staaf <robotboy@chromium.org>


>From e59d7b2bf0c36dcb538391c6b7ee6270247c2ca2 Mon Sep 17 00:00:00 2001
From: robotboy <robotboy@chromium.org>
Date: Tue, 23 Mar 2010 13:23:39 -0700
Subject: [PATCH] Don't treat the error message as a format string in die().

This could become a bug if the error message contained formatting
characters that would cause fprintf to try and read varargs that
aren't there.

Signed-off-by: Anton Staaf <robotboy@chromium.org>

Review URL: http://codereview.chromium.org/1196001


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4349 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/tests/disktest/src/disktest.c
dc5f06f7416fcb302353140f08eaf5f7a6553673 29-Jan-2010 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Clear up move from last checkin

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@4177 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/tests/disktest/src/disktest.c