Skip to content

Commit d86fa93

Browse files
committed
fix image paths
1 parent 5a88f9d commit d86fa93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/orca-build-verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function compare()
8080
# sort | \
8181
# head -n 20 | \
8282
# xargs -n1 -P16 -I {} bash -c "echo {} && ./node_modules/.bin/pixelmatch $1/{} $2/{} diff/{} 0 true" | tee results.txt
83-
xargs -n1 -P`nproc` -I {} bash -c "compare -verbose -metric AE $TEST_IMAGES/{} $BASELINES/{} $DIFF_IMAGES/{} 2> $DIFF_IMAGES/{}.txt"
83+
xargs -n1 -P`nproc` -I {} bash -c "compare -verbose -metric AE $TEST_IMAGES/{}.png $BASELINES/{}.png $DIFF_IMAGES/{}.png 2> $DIFF_IMAGES/{}.txt"
8484
}
8585
compare $NODE_QUEUE
8686

0 commit comments

Comments
 (0)