Skip to content

Commit 34eef04

Browse files
committed
wip
1 parent 55a17ef commit 34eef04

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ jobs:
6868
runs-on: ubuntu-latest
6969
container:
7070
image: ghcr.io/dtrx-py/dtrx:2025-11-03
71+
# we need tty for the test for password zip noninteractive prompt
7172
# we need to be root for checkout to work without pain
72-
options: "--user=root"
73+
options: "-t --user=root"
7374

7475
strategy:
7576
matrix:

tools/gen-manpage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# Small script to run rst2man.py and error if there's any output
3-
set -e
3+
set -ex
44

55
# rst2man.py doesn't return non-zero on warnings or errors 🤦
66
# instead, if it outputs anything on stdout or stderr, assume it's some abnormal

0 commit comments

Comments
 (0)