mirror of https://github.com/langgenius/dify.git
chore(dev): use strict bash mode for pytest (#31873)
This commit is contained in:
parent
b76c8fa853
commit
c14a8bb437
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -x
|
set -euxo pipefail
|
||||||
|
|
||||||
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
||||||
cd "$SCRIPT_DIR/../.."
|
cd "$SCRIPT_DIR/../.."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue