We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9083e1e commit ed316eeCopy full SHA for ed316ee
.dockerignore
@@ -1,2 +1,2 @@
1
-virtualenv_run
+.tox
2
.git
test
@@ -12,7 +12,6 @@ echo "Running with dumb-init at '$dumb_init_bin'"
12
13
run_tests() {
14
./test-tty "$dumb_init_bin"
15
- return 0
16
17
export DUMB_INIT_SETSID
18
for DUMB_INIT_SETSID in 0 1; do
@@ -21,8 +20,8 @@ run_tests() {
21
20
./test-help-message "$dumb_init_bin"
22
done
23
24
- DUMB_INIT_SETSID=0 ./test-pgroup "$dumb_init_bin" 4
25
- DUMB_INIT_SETSID=1 ./test-pgroup "$dumb_init_bin" 0
+ DUMB_INIT_SETSID=0 ./test-setsid "$dumb_init_bin" 4
+ DUMB_INIT_SETSID=1 ./test-setsid "$dumb_init_bin" 0
26
}
27
28
cd tests
tests/test-pgroup renamed to tests/test-setsid
0 commit comments