From ebabf7e069b4b214697337199c584663617f221c Mon Sep 17 00:00:00 2001 From: Jondy Zhao Date: Sun, 1 Apr 2018 06:05:13 +0800 Subject: [PATCH] Fix testcase issue in linux32 --- tests/integration-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-test.sh b/tests/integration-test.sh index dd6d57b9..72cc4e1d 100755 --- a/tests/integration-test.sh +++ b/tests/integration-test.sh @@ -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 < main.py import pyimcore