summaryrefslogtreecommitdiffstats
path: root/testsuite/test.sh
blob: 739c3c2b0007de77fd2fb1a606dc8805bbcf2b63 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

NOSE_OPTS=""

if [ "$WITH_OPTIONAL_DEPS" = "yes" ]; then
    NOSE_OPTS="--show-skipped"
fi

exec nosetests $NOSE_OPTS testsuite