Update grunt command "test-server" to work with pretty URLs (#5161)

This commit is contained in:
Yuriy Bakhtin 2021-07-09 11:42:49 +03:00 committed by GitHub
parent 700646e3da
commit 11d92ff4ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
- Fix #5149: Use a link mode for space button "Join" from space header
- Fix #4830: Fix Prerequisites / Self Test translations
- Fix #4459: Make UserFollow activity public
- Enh #3824: Run acceptance tests with pretty URLs
1.9.0-beta.1 (June 15, 2021)

View File

@ -36,7 +36,7 @@ module.exports = function (grunt) {
}
},
testServer: {
command: "php -S localhost:8080"
command: "php -S localhost:8080 index-test.php"
},
testRun: {
command: function() {