Merge pull request 'refs #5775 Now always show debug on apply fixtures' (!1) from 5775-alwaysDebugFixtures into master
Reviewed-on: #1
This commit is contained in:
commit
3530861fb1
|
@ -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