summaryrefslogtreecommitdiffstats
path: root/share/dtf/tpl/run.tpl
Commit message (Collapse)AuthorAgeFilesLines
* dtf-run: fix quotationPavel Raiskup2015-11-181-1/+1
| | | | * share/dtf/tpl/run.tpl: Fix quotation.
* lib: don't require bashPavel Raiskup2015-11-161-1/+7
| | | | | | | | | * bin/dtf-gen: Use /bin/sh shebang. * share/dtf/lib/default: Likewise. (__dtf_internal_fail): New internal method. (__dtf_run_testcase): Play with mkfifo. * share/dtf/tpl/run.tpl: Use /bin/sh shebang. Remove $outputdir before script start.
* initial commitPavel Raiskup2015-11-161-0/+46
* bin/dtf-gen: New script. * dtf-gen: New wrapper to be run from git. * share/dtf/lib/default: Library script. * share/dtf/tpl/run.tpl: Template for 'run' wrapper.