From: Richard W.M. Jones Date: Tue, 21 Feb 2012 14:47:00 +0000 (+0000) Subject: Add a $JOBSERIAL environment variable when jobs run. X-Git-Tag: 0.0.1~13 X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=commitdiff_plain;h=82b61d8519571f6a3feadc8575958945292c6d9f;hp=82b61d8519571f6a3feadc8575958945292c6d9f;ds=sidebyside Add a $JOBSERIAL environment variable when jobs run. This serial number counts up sequentially, allowing us to test parallel jobs more easily. It is implemented as an ordinary variable, so you can write conditions against it. ---