OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
google
/
gax
/
dev
/
sh
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:35:15 AM
rwxr-xr-x
📄
build-docs.sh
2 KB
08/12/2024 10:33:59 AM
rw-r--r--
📄
build-protobuf-docs.sh
2.21 KB
08/12/2024 10:33:59 AM
rw-r--r--
📄
regenerate-test-protos.sh
400 bytes
08/12/2024 10:33:59 AM
rw-r--r--
📄
test-composer-conflict.sh
420 bytes
08/12/2024 10:33:59 AM
rw-r--r--
Editing: test-composer-conflict.sh
Close
#!/bin/bash # Try to run `composer install`, with the expectation that it will FAIL! # This is to test that the 'conflict' clause of the composer.json file # is correctly blocking installation when an incompatible protobuf # extension is present. if composer install ; then echo "Expected 'composer install' to fail, but it succeeded!" exit 1 else echo "'composer install' failed, as expected" fi