Skip to content

Commit e073594

Browse files
committed
fix publish
1 parent 3fc9bec commit e073594

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
docker:
7272
- image: cimg/base:2019.08
7373
working_directory: ~/repo
74-
parallelism: 6
74+
parallelism: 12
7575
steps:
7676
- checkout
7777
- install-circleci

src/parse-taps.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parse_it(){
99
$line=$1
1010
NAME=$(expr "$line" : '.*ok [0-9]* \(.*\) #time.*')
1111
TIME=$(expr "$line" : '.*ok [0-9]*.*\#time=\(.*\)')
12-
printf "${test}" "${NAME}" ${TIME}
12+
printf "${test}" "${NAME}" "${NAME}" ${TIME}
1313
}
1414

1515

0 commit comments

Comments
 (0)