~sylvain-pineau/checkbox/wrap_exporter

« back to all changes in this revision

Viewing changes to checkbox-old/jobs/input.txt.in

"[r=sylvain-pineau,apulido][bug=1192541][author=roadmr] Addresses the linked bug by naming the test with a concatenation of the product name, type and path.

Hopefully this will be enough. Unfortunately we do have to include some sort of unique identifier (what if a user has two identical mice plugged in?), to avoid generating clashing job names. The actual udev identifier is as good as anything. But I *am* including more detailed information.
"

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
command:
7
7
 cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=MOUSE" -w "category=TOUCHPAD" -w "category=TOUCHSCREEN"'
8
8
 plugin: manual
9
 
 name: input/pointing_`basename $path`
 
9
 name: input/pointing_`echo "${product}_${category}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'`_`basename $path`
10
10
 requires: device.path == "$path"
11
11
 description:
12
12
  PURPOSE: