summaryrefslogtreecommitdiff
path: root/.probetests
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@chmouel.com>2013-12-24 01:17:19 -0800
committerChmouel Boudjnah <chmouel@chmouel.com>2013-12-24 01:18:19 -0800
commitad881413d0051e2fe9a38b6286f00784e62cfbb7 (patch)
tree0db8d755a5edfa7bfb6e09de30d1ac2cc0818166 /.probetests
parentdfb5dead3a97c1420c742f3df5a2652faed28718 (diff)
downloadswift-ad881413d0051e2fe9a38b6286f00784e62cfbb7.tar.gz
Allow specify arguments to .probetests script
Just so at least I can add -x or -s. Change-Id: I95543a3086ca5fb292e7899c02646a58296c610a
Diffstat (limited to '.probetests')
-rwxr-xr-x.probetests2
1 files changed, 1 insertions, 1 deletions
diff --git a/.probetests b/.probetests
index e89fcc01d..fdc4877e5 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 -