mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-03 05:11:52 +00:00
Make multitest.php also manage standalone version testing.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1442 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
68167176dc
commit
0ea53e5a3d
@ -28,11 +28,14 @@ echo str_repeat('-', 70) . "\n";
|
|||||||
echo "HTML Purifier\n";
|
echo "HTML Purifier\n";
|
||||||
echo "Multiple PHP Versions Test\n\n";
|
echo "Multiple PHP Versions Test\n\n";
|
||||||
|
|
||||||
|
passthru("php ../maintenance/merge-library.php");
|
||||||
|
|
||||||
foreach ($versions_to_test as $version) {
|
foreach ($versions_to_test as $version) {
|
||||||
if ($version === 'FLUSH') {
|
if ($version === 'FLUSH') {
|
||||||
shell_exec('php ../maintenance/flush-definition-cache.php');
|
shell_exec('php ../maintenance/flush-definition-cache.php');
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
passthru("phpv $version index.php");
|
passthru("phpv $version index.php");
|
||||||
|
passthru("phpv $version index.php standalone");
|
||||||
echo "\n\n";
|
echo "\n\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user