]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: add --memcheck to
authorKarel Zak <kzak@redhat.com>
Mon, 6 Feb 2012 15:32:29 +0000 (16:32 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 6 Feb 2012 15:32:29 +0000 (16:32 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/run.sh

index f1ec3328aa78b2c25d7e298f5b06422870ad25cb..5e0bf68e22b0b15d06c53f86f33990e5cf17bde7 100755 (executable)
@@ -28,6 +28,9 @@ while [ -n "$1" ]; do
        --fake)
                OPTS="$OPTS --fake"
                ;;
+       --memcheck)
+               OPTS="$OPTS --memcheck"
+               ;;
        --*)
                echo "Unknown option $1"
                echo "Usage: run [--fake] [--force] [<component> ...]"