summaryrefslogtreecommitdiffstats
path: root/tests/run.sh
diff options
context:
space:
mode:
authorKarel Zak2012-02-06 16:32:29 +0100
committerKarel Zak2012-02-06 16:32:29 +0100
commit0269fcbb347d1227482490acdc7e18131618b360 (patch)
treef3d6f463584b082169bf9674f02458d33e0beef1 /tests/run.sh
parentagetty: check localtime() result (diff)
downloadkernel-qcow2-util-linux-0269fcbb347d1227482490acdc7e18131618b360.tar.gz
kernel-qcow2-util-linux-0269fcbb347d1227482490acdc7e18131618b360.tar.xz
kernel-qcow2-util-linux-0269fcbb347d1227482490acdc7e18131618b360.zip
tests: add --memcheck to
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh
index f1ec3328a..5e0bf68e2 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -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> ...]"