mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 14:59:19 +00:00
fix acceptance test config file for latex prefix
latex command prefix was in wrong scope
This commit is contained in:
parent
61fb90c6aa
commit
1a4fca08eb
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,7 @@ module.exports =
|
|||
#strace: true
|
||||
#archive_logs: true
|
||||
commandRunner: "docker-runner-sharelatex"
|
||||
latexmkCommandPrefix: ["/usr/bin/time", "-v"] # on Linux
|
||||
docker:
|
||||
image: "texlive-full:2016.1-opt"
|
||||
env:
|
||||
|
@ -29,7 +30,6 @@ module.exports =
|
|||
modem:
|
||||
socketPath: false
|
||||
user: "111"
|
||||
latexmkCommandPrefix: ["/usr/bin/time", "-v"] # on Linux
|
||||
|
||||
internal:
|
||||
clsi:
|
||||
|
|
Loading…
Reference in a new issue