소스 검색

Remove list of command in Bash script.

Dan Helfman 1 년 전
부모
커밋
a0e5dbff96
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/run-end-to-end-tests

+ 1 - 1
scripts/run-end-to-end-tests

@@ -8,7 +8,7 @@
 # For more information, see:
 # https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/
 
-set -ex
+set -e
 
 USER_PODMAN_SOCKET_PATH=/run/user/$UID/podman/podman.sock