Skip to content

Commit 0d28b83

Browse files
committed
storebytecode.sh: Update outdated script docstring.
1 parent daad9a4 commit 0d28b83

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

scripts/bytecodecompare/storebytecode.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
#!/usr/bin/env bash
22

33
#------------------------------------------------------------------------------
4-
# Script used for cross-platform comparison as part of the travis automation.
5-
# Splits all test source code into multiple files, generates bytecode and
6-
# uploads the bytecode into github.com/ethereum/solidity-test-bytecode where
7-
# another travis job is triggered to do the actual comparison.
4+
# Script used for cross-platform comparison of the bytecode generated by the compiler.
5+
# Splits all test source code into multiple files, generates bytecode and metadata
6+
# for each file and combines it into a single report.txt file.
7+
#
8+
# The script is meant to be executed in CI on all supported platforms. All generated
9+
# reports must be identical for a given compiler version.
810
#
911
# ------------------------------------------------------------------------------
1012
# This file is part of solidity.

0 commit comments

Comments
 (0)