Skip to content

Commit 1cf965b

Browse files
committed
Fix bug
1 parent c29fdc8 commit 1cf965b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration-test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ $PYTHON pyarmor.py --help >result.log 2>&1 \
337337
|| csih_bug "Case 1.1 FAILED"
338338
[[ -f _pytransform.so ]] \
339339
|| [[ -f _pytransform.dll ]] \
340+
|| [[ -f _pytransform.dylib ]] \
340341
|| csih_error "Case 1.1 FAILED: no pytransform extension found"
341342

342343
csih_inform "Case 1.2: generate anonymous capsule"

0 commit comments

Comments
 (0)