|
@@ -27,10 +27,10 @@ collect_artifacts() {
|
27
|
27
|
#
|
28
|
28
|
# Usage: collect_artifacts [[+]target]
|
29
|
29
|
#
|
30
|
|
- # If target starts with plus sign, the value is first passed
|
31
|
|
- # to `date` utility and output is replaced. If target is not
|
32
|
|
- # given, `$FFOO_TESTING_ARTIFACTS`, or a hard-coded value
|
33
|
|
- # "+artifacts--%Y%m%d-%H%M%S" is used.
|
|
30
|
+ # If *target* starts with plus sign, the value is first
|
|
31
|
+ # passed to `date` utility and output is replaced. If
|
|
32
|
+ # *target* is not given, `$FFOO_TESTING_ARTIFACTS`, or
|
|
33
|
+ # a hard-coded value `+artifacts--%Y%m%d-%H%M%S` is used.
|
34
|
34
|
#
|
35
|
35
|
local aroot="$1"
|
36
|
36
|
aroot=${aroot:-$FFOO_TESTING_ARTIFACTS}
|