|
|
@@ -175,7 +175,9 @@ describe('CompileManager', function () {
|
|
|
compileGroup: (this.compileGroup = 'compile-group'),
|
|
|
stopOnFirstError: false,
|
|
|
}
|
|
|
- this.env = {}
|
|
|
+ this.env = {
|
|
|
+ OVERLEAF_PROJECT_ID: this.projectId,
|
|
|
+ }
|
|
|
})
|
|
|
|
|
|
describe('when the project is locked', function () {
|
|
|
@@ -285,6 +287,7 @@ describe('CompileManager', function () {
|
|
|
CHKTEX_OPTIONS: '-nall -e9 -e10 -w15 -w16',
|
|
|
CHKTEX_EXIT_ON_ERROR: 1,
|
|
|
CHKTEX_ULIMIT_OPTIONS: '-t 5 -v 64000',
|
|
|
+ OVERLEAF_PROJECT_ID: this.projectId,
|
|
|
},
|
|
|
compileGroup: this.compileGroup,
|
|
|
stopOnFirstError: this.request.stopOnFirstError,
|