fix acceptance test config file for latex prefix
latex command prefix was in wrong scope
This commit is contained in:
@@ -21,6 +21,7 @@ module.exports =
|
|||||||
#strace: true
|
#strace: true
|
||||||
#archive_logs: true
|
#archive_logs: true
|
||||||
commandRunner: "docker-runner-sharelatex"
|
commandRunner: "docker-runner-sharelatex"
|
||||||
|
latexmkCommandPrefix: ["/usr/bin/time", "-v"] # on Linux
|
||||||
docker:
|
docker:
|
||||||
image: "texlive-full:2016.1-opt"
|
image: "texlive-full:2016.1-opt"
|
||||||
env:
|
env:
|
||||||
@@ -29,7 +30,6 @@ module.exports =
|
|||||||
modem:
|
modem:
|
||||||
socketPath: false
|
socketPath: false
|
||||||
user: "111"
|
user: "111"
|
||||||
latexmkCommandPrefix: ["/usr/bin/time", "-v"] # on Linux
|
|
||||||
|
|
||||||
internal:
|
internal:
|
||||||
clsi:
|
clsi:
|
||||||
|
|||||||
Reference in New Issue
Block a user