mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
fix: Make metadata tests more resilient. (#6771)
* fix: Make metadata tests more resilient. * fix: improve control flow and clarify xargs purpose.
This commit is contained in:
@@ -33,7 +33,7 @@ readonly RELEASE_DIR='dist'
|
||||
# Q3 2022 8.0.0 1040413 (mid-quarter typescript conversion)
|
||||
# Q4 2022 8.0.0 870104
|
||||
# Q4 2022 9.1.1 903357
|
||||
readonly BLOCKLY_SIZE_EXPECTED= 903357
|
||||
readonly BLOCKLY_SIZE_EXPECTED=903357
|
||||
|
||||
# Size of blocks_compressed.js
|
||||
# Q2 2019 2.20190722.0 75618
|
||||
@@ -52,7 +52,7 @@ readonly BLOCKLY_SIZE_EXPECTED= 903357
|
||||
# Q3 2022 8.0.0 102176 (mid-quarter typescript conversion)
|
||||
# Q4 2022 8.0.0 102213
|
||||
# Q4 2022 9.1.1 102190
|
||||
readonly BLOCKS_SIZE_EXPECTED= 102190
|
||||
readonly BLOCKS_SIZE_EXPECTED=102190
|
||||
|
||||
# Size of blockly_compressed.js.gz
|
||||
# Q2 2019 2.20190722.0 180925
|
||||
@@ -72,7 +72,7 @@ readonly BLOCKS_SIZE_EXPECTED= 102190
|
||||
# Q3 2022 8.0.0 185766 (mid-quarter typescript conversion)
|
||||
# Q4 2022 8.0.0 175140
|
||||
# Q4 2022 9.1.1 179306
|
||||
readonly BLOCKLY_GZ_SIZE_EXPECTED= 179306
|
||||
readonly BLOCKLY_GZ_SIZE_EXPECTED=179306
|
||||
|
||||
# Size of blocks_compressed.js.gz
|
||||
# Q2 2019 2.20190722.0 14552
|
||||
@@ -91,7 +91,7 @@ readonly BLOCKLY_GZ_SIZE_EXPECTED= 179306
|
||||
# Q3 2022 8.0.0 17016 (mid-quarter typescript conversion)
|
||||
# Q4 2022 8.0.0 17188
|
||||
# Q4 2022 9.1.1 17182
|
||||
readonly BLOCKS_GZ_SIZE_EXPECTED= 17182
|
||||
readonly BLOCKS_GZ_SIZE_EXPECTED=17182
|
||||
|
||||
# ANSI colors
|
||||
readonly BOLD_GREEN='\033[1;32m'
|
||||
|
||||
Reference in New Issue
Block a user