diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-06-28 11:54:11 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 17:12:14 +0200 |
commit | e27706bf711b50f44bec3ef4aa85a5007abb3b07 (patch) | |
tree | 1c4f63d32f3a704aaeddd3a9d983bbcd0cc961a3 /conf.d/project/data/replay_launcher.sh | |
parent | fa0ac8371f79e225e3577fa5b63f887f1bd7ad19 (diff) |
Remove low-can tests
These tests should lies in the low-can git repo.
Change-Id: I87c679fc2d3024c22191dc98bb99290f5fd19eca
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project/data/replay_launcher.sh')
-rwxr-xr-x | conf.d/project/data/replay_launcher.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/conf.d/project/data/replay_launcher.sh b/conf.d/project/data/replay_launcher.sh deleted file mode 100755 index 3d4d08e..0000000 --- a/conf.d/project/data/replay_launcher.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -PLAYER=$(which canplayer) -FILE=$1 - -if [ $PLAYER ] -then - $PLAYER -I $FILE & -else - echo "can-utils packages not installed" - exit 1 -fi - -exit 0 |