summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dtf-gen: use distgen for generating from templatesPavel Raiskup2015-11-182-5/+24
| | | | | | | | * bin/dtf-gen: Accept '--distro' option. ($DG): New constant. (dg_call): New wrapper for dg. (generate_wrapper): Use 'dg_call' instead of cp & cat. * dtf-gen: Pass all options down to bin/dtf-gen.
* lib: properly go to subdir in DTF_RESULTSPavel Raiskup2015-11-161-1/+1
| | | | | | | | ROOT testname is not the same as $__DTF_TOP_TEST for run files within subdirectory. * share/dtf/lib/default: Check for $testname = ROOT rather than for $__DTF_TOP_TEST.
* lib: don't require bashPavel Raiskup2015-11-163-12/+41
| | | | | | | | | * 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-164-0/+248
* 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.