Skip to content

Commit

Permalink
debian: add a wrapper for labgrid-suggest
Browse files Browse the repository at this point in the history
labgrid suggest should be callable from outside the venv, so add
a wrapper to that similar to the already existing ones.

Signed-off-by: Uwe Kleine-König <[email protected]>
  • Loading branch information
Uwe Kleine-König committed Nov 15, 2022
1 parent c42912b commit c7334cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/labgrid-suggest
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

exec /opt/venvs/labgrid/bin/labgrid-suggest "$@"
1 change: 1 addition & 0 deletions debian/labgrid.install
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ debian/labgrid.yaml /etc
debian/labgrid-client /usr/bin
debian/labgrid-exporter /usr/bin
debian/labgrid-pytest /usr/bin
debian/labgrid-suggest /usr/bin
helpers/labgrid-bound-connect /usr/sbin

0 comments on commit c7334cd

Please sign in to comment.