Skip to content

Commit 1c6b3fb

Browse files
shaypal5Copilot
andauthored
Update scripts/test-local.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4298ebe commit 1c6b3fb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/test-local.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,11 @@ main() {
534534
sql) test_sql ;;
535535
esac
536536
done
537-
pytest_markers="$pytest_markers and not seriallocal"
537+
if [ -n "$pytest_markers" ]; then
538+
pytest_markers="($pytest_markers) and not seriallocal"
539+
else
540+
pytest_markers="not seriallocal"
541+
fi
538542

539543
# Run pytest
540544
# Build pytest command

0 commit comments

Comments
 (0)