chore(dev): use strict bash mode for pytest (#31873)

This commit is contained in:
盐粒 Yanli
2026-02-03 19:42:42 +08:00
committed by GitHub
parent b76c8fa853
commit c14a8bb437

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -x
set -euxo pipefail
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
cd "$SCRIPT_DIR/../.."