We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29fdc8 commit 1cf965bCopy full SHA for 1cf965b
tests/integration-test.sh
@@ -337,6 +337,7 @@ $PYTHON pyarmor.py --help >result.log 2>&1 \
337
|| csih_bug "Case 1.1 FAILED"
338
[[ -f _pytransform.so ]] \
339
|| [[ -f _pytransform.dll ]] \
340
+ || [[ -f _pytransform.dylib ]] \
341
|| csih_error "Case 1.1 FAILED: no pytransform extension found"
342
343
csih_inform "Case 1.2: generate anonymous capsule"
0 commit comments