Skip to content

Commit 8d9ed18

Browse files
committed
checkpoint
Signed-off-by: Jeff Ortel <jortel@redhat.com>
1 parent 8404363 commit 8d9ed18

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

hack/bra/analysis.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ usage() {
1313
echo " -d directory of binaries"
1414
echo " -c credentials id"
1515
echo " -r report status"
16-
echo " -s report summary"
16+
echo " -l report status with listing"
1717
echo " -f forced"
1818
echo " -o output"
1919
echo " -h help"
2020
}
2121

22-
while getopts "u:d:c:o:hsfr" arg; do
22+
while getopts "u:d:c:o:hlfr" arg; do
2323
case $arg in
2424
h)
2525
usage
@@ -40,8 +40,8 @@ while getopts "u:d:c:o:hsfr" arg; do
4040
f)
4141
forced=1
4242
;;
43-
s)
44-
summary=1
43+
l)
44+
reportList=1
4545
;;
4646
o)
4747
output=$OPTARG
@@ -354,7 +354,7 @@ report() {
354354
print " Running: ${running}"
355355
print "Succeeded: ${succeeded}"
356356
print " Failed: ${failed}"
357-
if [ -n "${summary}" ]
357+
if [ -z "${reportList}" ]
358358
then
359359
return
360360
fi

hack/jars/small/cat.jar

-34.5 MB
Binary file not shown.

hack/jars/small/dog.jar

-34.5 MB
Binary file not shown.

hack/jars/small/tiger.jar

-34.5 MB
Binary file not shown.

0 commit comments

Comments
 (0)