Skip to content

Commit

Permalink
Reduce log level of pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Nov 26, 2024
1 parent d0d1efc commit 3ce7856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run_nftables_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ LVMPY_LOG_DIR="$PROJECT_DIR/tests/" \
TEST_HOME_DIR="$PROJECT_DIR/tests/" \
GLOBAL_SKALE_DIR="$PROJECT_DIR/tests/etc/skale" \
DOTENV_FILEPATH='tests/test-env' \
py.test -vv tests/core/migration_test.py tests/core/nftables_test.py $@
py.test -v tests/core/migration_test.py tests/core/nftables_test.py $@
2 changes: 1 addition & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ LVMPY_LOG_DIR="$PROJECT_DIR/tests/" \
TEST_HOME_DIR="$PROJECT_DIR/tests/" \
GLOBAL_SKALE_DIR="$PROJECT_DIR/tests/etc/skale" \
DOTENV_FILEPATH='tests/test-env' \
py.test -vv --cov=$PROJECT_DIR/ --ignore=tests/core/nftables_test.py --ignore=tests/core/migration_test.py tests $@
py.test -v --cov=$PROJECT_DIR/ --ignore=tests/core/nftables_test.py --ignore=tests/core/migration_test.py tests $@

0 comments on commit 3ce7856

Please sign in to comment.