Add missing /
This commit is contained in:
parent
756c2c255f
commit
f802e45dee
@ -126,7 +126,7 @@ describe('Cloudron update testing', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can release a fake version to staging', function () {
|
it('can release a fake version to staging', function () {
|
||||||
execSync(__dirname + '../../installer/release/release rerelease --env staging', { stdio: [ null, process.stdout, process.stderr ] });
|
execSync(__dirname + '/../../installer/release/release rerelease --env staging', { stdio: [ null, process.stdout, process.stderr ] });
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can update to new version', function () {
|
it('can update to new version', function () {
|
||||||
@ -148,7 +148,7 @@ describe('Cloudron update testing', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can revert the fake release from staging', function () {
|
it('can revert the fake release from staging', function () {
|
||||||
execSync(__dirname + '../../installer/release/release revert --env staging', { stdio: [ null, process.stdout, process.stderr ] });
|
execSync(__dirname + '/../../installer/release/release revert --env staging', { stdio: [ null, process.stdout, process.stderr ] });
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can uninstall app', function () {
|
it('can uninstall app', function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user