From ad881413d0051e2fe9a38b6286f00784e62cfbb7 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Tue, 24 Dec 2013 01:17:19 -0800 Subject: [PATCH] Allow specify arguments to .probetests script Just so at least I can add -x or -s. Change-Id: I95543a3086ca5fb292e7899c02646a58296c610a --- .probetests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.probetests b/.probetests index e89fcc01..fdc4877e 100755 --- a/.probetests +++ b/.probetests @@ -3,7 +3,7 @@ SRC_DIR=$(python -c "import os; print os.path.dirname(os.path.realpath('$0'))") cd ${SRC_DIR}/test/probe -nosetests --exe +nosetests --exe $@ rvalue=$? cd -