We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2732664 commit ebabf7eCopy full SHA for ebabf7e
tests/integration-test.sh
@@ -480,7 +480,7 @@ $PYTHON pyarmor.py encrypt --mode=6 -C project.zip -O test_mode6 co_consts.py >r
480
if [[ -f test_mode6/co_consts.pyc ]] ; then
481
cd test_mode6
482
cp ../license-no-restrict.txt license.lic
483
- 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 \
484
&& csih_bug "Case 2.7 FAILED: co_consts still in clear text"
485
cat <<EOF > main.py
486
import pyimcore
0 commit comments