8000 DEBUG test only linear_model module · scikit-learn/scikit-learn@9d6e698 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d6e698

Browse files
committed
DEBUG test only linear_model module
1 parent ef0b98f commit 9d6e698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_tools/azure/test_script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ else
2626
conda list
2727
fi
2828

29-
TEST_CMD="python -m pytest -vv --tb=long --showlocals --durations=20 --junitxml=$JUNITXML"
29+
TEST_CMD="python -m pytest -s -vv --tb=long --showlocals --durations=20 --junitxml=$JUNITXML"
3030

3131
if [[ "$COVERAGE" == "true" ]]; then
3232
# Note: --cov-report= is used to disable to long text output report in the
@@ -55,5 +55,5 @@ if [[ "$SHOW_SHORT_SUMMARY" == "true" ]]; then
5555
fi
5656

5757
set -x
58-
eval "$TEST_CMD --pyargs sklearn"
58+
eval "$TEST_CMD --pyargs sklearn.linear_model"
5959
set +x

0 commit comments

Comments
 (0)
0