Merge pull request #1032 from dcooper16/fix_mass_testing

Fix mass testing
This commit is contained in:
Dirk Wetter 2018-04-13 07:01:30 +02:00 committed by GitHub
commit ea4fb5517f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ HNAME="${HNAME%%.*}"
declare CMDLINE
declare -r -a CMDLINE_ARRAY=("$@") # When performing mass testing, the child processes need to be sent the
declare -r -a MASS_TESTING_CMDLINE # command line in the form of an array (see #702 and http://mywiki.wooledge.org/BashFAQ/050).
declare -a MASS_TESTING_CMDLINE # command line in the form of an array (see #702 and http://mywiki.wooledge.org/BashFAQ/050).
########### Some predefinitions: date, sed (we always use test and not try to determine