adjust path to register script for pip installation
This commit is contained in:
parent
26f9dd071a
commit
d9def18184
2 changed files with 4 additions and 4 deletions
|
@ -59,10 +59,10 @@ module.exports = class RestSessionCreator {
|
|||
'--no-admin',
|
||||
this.hsUrl
|
||||
];
|
||||
const registerCmd = `./scripts/register_new_matrix_user ${registerArgs.join(' ')}`;
|
||||
const registerCmd = `./register_new_matrix_user ${registerArgs.join(' ')}`;
|
||||
const allCmds = [
|
||||
`cd ${this.synapseSubdir}`,
|
||||
". env/bin/activate",
|
||||
". activate",
|
||||
registerCmd
|
||||
].join(' && ');
|
||||
|
||||
|
|
2
start.js
2
start.js
|
@ -52,7 +52,7 @@ async function runTests() {
|
|||
}
|
||||
|
||||
const restCreator = new RestSessionCreator(
|
||||
'synapse/installations/consent',
|
||||
'synapse/installations/consent/env/bin',
|
||||
hsUrl,
|
||||
__dirname
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue