Skip to content

Commit

Permalink
Fix testcase issue in linux32
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Mar 31, 2018
1 parent 2732664 commit ebabf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ $PYTHON pyarmor.py encrypt --mode=6 -C project.zip -O test_mode6 co_consts.py >r
if [[ -f test_mode6/co_consts.pyc ]] ; then
cd test_mode6
cp ../license-no-restrict.txt license.lic
grep -q "\(Module comment\|Hello\|Function comment\|jondy\|bob\|time\)" co_consts.pyc \
grep -q "\(Module comment\|Hello\|Function comment\|jondy\|time\)" co_consts.pyc \
&& csih_bug "Case 2.7 FAILED: co_consts still in clear text"
cat <<EOF > main.py
import pyimcore
Expand Down

0 comments on commit ebabf7e

Please sign in to comment.