Skip to content

Commit ed316ee

Browse files
committed
minor changes
1 parent 9083e1e commit ed316ee

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.dockerignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
virtualenv_run
1+
.tox
22
.git

test

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ echo "Running with dumb-init at '$dumb_init_bin'"
1212

1313
run_tests() {
1414
./test-tty "$dumb_init_bin"
15-
return 0
1615

1716
export DUMB_INIT_SETSID
1817
for DUMB_INIT_SETSID in 0 1; do
@@ -21,8 +20,8 @@ run_tests() {
2120
./test-help-message "$dumb_init_bin"
2221
done
2322

24-
DUMB_INIT_SETSID=0 ./test-pgroup "$dumb_init_bin" 4
25-
DUMB_INIT_SETSID=1 ./test-pgroup "$dumb_init_bin" 0
23+
DUMB_INIT_SETSID=0 ./test-setsid "$dumb_init_bin" 4
24+
DUMB_INIT_SETSID=1 ./test-setsid "$dumb_init_bin" 0
2625
}
2726

2827
cd tests
File renamed without changes.

0 commit comments

Comments
 (0)