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.119
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 /
macos /
Delete
Unzip
Name
Size
Permission
Date
Action
brew.yml
858
B
-rw-rw-r--
2022-10-31 11:36
job.yml
3.17
KB
-rw-rw-r--
2022-10-31 11:36
test.yml
1.01
KB
-rw-rw-r--
2022-10-31 11:36
Save
Rename
parameters: runTestsName: '' runTestsParameters: '' steps: - script: | export TEST_PHP_JUNIT=junit.xml export REPORT_EXIT_STATUS=no export SKIP_IO_CAPTURE_TESTS=1 export CI_NO_IPV6=1 rm -rf junit.xml | true /usr/local/bin/php run-tests.php -P -q \ -j$(sysctl -n hw.ncpu) \ -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())