Skip to content

Commit

Permalink
Skip capture output
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebusm committed Dec 1, 2024
1 parent 351b450 commit 7fa564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tooling/parallel_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cd $PARALLEL_TEST_ROOT

export ARCTICDB_RAND_SEED=$RANDOM

$catch python -m pytest --timeout=3600 $PYTEST_XDIST_MODE -vs --log-file="$TEST_OUTPUT_DIR/pytest-logger.$group.log" \
$catch python -m pytest --timeout=3600 $PYTEST_XDIST_MODE -v --log-file="$TEST_OUTPUT_DIR/pytest-logger.$group.log" \
--junitxml="$TEST_OUTPUT_DIR/pytest.$group.xml" \
--basetemp="$PARALLEL_TEST_ROOT/temp-pytest-output" \
"$@" 2>&1 | sed -ur "s#^(tests/.*/([^/]+\.py))?#\2#"

0 comments on commit 7fa564d

Please sign in to comment.