You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
remove test exit, and use port we are semi-sure is free
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
PORT=8080
|
PORT=5000
|
||||||
echo "running riot on http://localhost:$PORT..."
|
echo "running riot on http://localhost:$PORT..."
|
||||||
BASE_DIR=$(readlink -f $(dirname $0))
|
BASE_DIR=$(readlink -f $(dirname $0))
|
||||||
cd $BASE_DIR/
|
cd $BASE_DIR/
|
||||||
|
3
start.js
3
start.js
@ -25,11 +25,10 @@ const acceptServerNoticesInviteAndConsent = require('./tests/server-notices-cons
|
|||||||
|
|
||||||
const homeserver = 'http://localhost:8008';
|
const homeserver = 'http://localhost:8008';
|
||||||
|
|
||||||
global.riotserver = 'http://localhost:8080';
|
global.riotserver = 'http://localhost:5000';
|
||||||
global.browser = null;
|
global.browser = null;
|
||||||
|
|
||||||
async function runTests() {
|
async function runTests() {
|
||||||
process.exit(-1);
|
|
||||||
console.log("running tests ...");
|
console.log("running tests ...");
|
||||||
const options = {};
|
const options = {};
|
||||||
if (process.env.CHROME_PATH) {
|
if (process.env.CHROME_PATH) {
|
||||||
|
Reference in New Issue
Block a user