refs #5775 Now always show debug on apply fixtures
This commit is contained in:
parent
f003fa99de
commit
c04f6b193d
|
@ -135,7 +135,7 @@ class Run extends Command {
|
||||||
'docker-import.sh',
|
'docker-import.sh',
|
||||||
['/workspace/dump/fixtures'],
|
['/workspace/dump/fixtures'],
|
||||||
'spawn',
|
'spawn',
|
||||||
opts.debug
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
// Create triggers
|
// Create triggers
|
||||||
|
|
Loading…
Reference in New Issue