We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf63e35 commit 6d1293bCopy full SHA for 6d1293b
check.sh
@@ -20,7 +20,8 @@ root=`cd -- "$(dirname -- "$0")" && pwd`
20
./pythenv.sh "$PYTHON" -m pytest -k "not __ci_" \
21
tests shell/tests
22
elif [ "docker" = "$1" ]; then
23
- docker build -f tests/Dockerfile -t bayeslite-test .
+ shift
24
+ docker build -f tests/Dockerfile -t bayeslite-test "$@" .
25
else
26
# If args are specified, run all tests, including continuous
27
# integration tests, for the selected components.
0 commit comments