From ed316ee24f8145f981c2c14b413d9c18e9142a13 Mon Sep 17 00:00:00 2001 From: Kent Wills Date: Thu, 10 Sep 2015 16:53:22 -0700 Subject: [PATCH] minor changes --- .dockerignore | 2 +- test | 5 ++--- tests/{test-pgroup => test-setsid} | 0 3 files changed, 3 insertions(+), 4 deletions(-) rename tests/{test-pgroup => test-setsid} (100%) diff --git a/.dockerignore b/.dockerignore index 62ce43e..e64c35d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,2 @@ -virtualenv_run +.tox .git diff --git a/test b/test index 1262dfb..ef42508 100755 --- a/test +++ b/test @@ -12,7 +12,6 @@ echo "Running with dumb-init at '$dumb_init_bin'" run_tests() { ./test-tty "$dumb_init_bin" - return 0 export DUMB_INIT_SETSID for DUMB_INIT_SETSID in 0 1; do @@ -21,8 +20,8 @@ run_tests() { ./test-help-message "$dumb_init_bin" done - DUMB_INIT_SETSID=0 ./test-pgroup "$dumb_init_bin" 4 - 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 } cd tests diff --git a/tests/test-pgroup b/tests/test-setsid similarity index 100% rename from tests/test-pgroup rename to tests/test-setsid