mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-18 01:01:21 +08:00
Remove copy and paste problems, remote excess configuration unrelated to the what is being tested (handler configuration, multiple worker counts, etc..).
14 lines
395 B
XML
14 lines
395 B
XML
<?xml version="1.0"?>
|
|
<job_conf>
|
|
<plugins>
|
|
<plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="1"/>
|
|
</plugins>
|
|
|
|
<destinations>
|
|
<destination id="local_dest" runner="local">
|
|
<env exec="echo 'moo std cow'" />
|
|
<env exec="(>&2 echo 'moo err cow')" />
|
|
</destination>
|
|
</destinations>
|
|
</job_conf>
|