Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
azure /
Delete
Unzip
Name
Size
Permission
Date
Action
i386
[ DIR ]
drwxrwxr-x
2022-10-31 11:36
macos
[ DIR ]
drwxrwxr-x
2022-10-31 11:36
apt.yml
1.57
KB
-rw-rw-r--
2022-10-31 11:36
community_job.yml
4.03
KB
-rw-rw-r--
2022-10-31 11:36
configure.yml
1.56
KB
-rw-rw-r--
2022-10-31 11:36
coverage_job.yml
1.7
KB
-rw-rw-r--
2022-10-31 11:36
install.yml
454
B
-rw-rw-r--
2022-10-31 11:36
job.yml
983
B
-rw-rw-r--
2022-10-31 11:36
lsan-suppressions.txt
37
B
-rw-rw-r--
2022-10-31 11:36
msan_job.yml
2.74
KB
-rw-rw-r--
2022-10-31 11:36
setup-slapd.sh
4.31
KB
-rwxrwxr-x
2022-10-31 11:36
setup.yml
423
B
-rw-rw-r--
2022-10-31 11:36
test.yml
1.25
KB
-rw-rw-r--
2022-10-31 11:36
Save
Rename
parameters: runTestsName: '' runTestsParameters: '' steps: - script: | export MYSQL_TEST_USER=root export MYSQL_TEST_PASSWD=root export PDO_MYSQL_TEST_DSN="mysql:host=localhost;dbname=test" export PDO_MYSQL_TEST_USER=root export PDO_MYSQL_TEST_PASS=root export TEST_PHP_JUNIT=junit.xml export REPORT_EXIT_STATUS=no export SKIP_IO_CAPTURE_TESTS=1 export MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-6.0/bin/llvm-symbolizer rm -rf junit.xml | true php run-tests.php -P -q \ -j$(/usr/bin/nproc) \ -g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \ --offline \ --show-diff \ --show-slow 1000 \ --set-timeout 120 \ ${{ parameters.runTestsParameters }} displayName: 'Test ${{ parameters.configurationName }} ${{ parameters.runTestsName }}' condition: or(succeeded(), failed()) - task: PublishTestResults@2 inputs: testResultsFormat: 'JUnit' testResultsFiles: junit.xml testRunTitle: '${{ parameters.configurationName }} ${{ parameters.runTestsName }}' failTaskOnFailedTests: true displayName: 'Export ${{ parameters.configurationName }} ${{ parameters.runTestsName }} Results' condition: or(succeeded(), failed())