From d6529876129a6932b6d2e369b3fd6ca40d342add Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 19 Sep 2013 13:18:06 +0100 Subject: classes/imagetest-qemu: remove old image testing class This has now been superseded by testimage. (From OE-Core rev: d469c92394a1a95ae7a45b8b80dc4c2918e0e9a6) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- scripts/qemuimage-tests/tools/syslog.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 scripts/qemuimage-tests/tools/syslog.sh (limited to 'scripts/qemuimage-tests/tools/syslog.sh') diff --git a/scripts/qemuimage-tests/tools/syslog.sh b/scripts/qemuimage-tests/tools/syslog.sh deleted file mode 100644 index 9154da3b85..0000000000 --- a/scripts/qemuimage-tests/tools/syslog.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -# syslog test script running in qemu -# -# Author: veera -# -# This file is licensed under the GNU General Public License, -# Version 2. -# - -ps aux | grep -w syslogd | grep -v grep -if [ $? -eq 0 ]; then - echo "QEMU: syslogd is running by default" - exit 0 -else - echo "QEMU: syslogd is not running" - exit 1 -fi -- cgit v1.2.3-54-g00ecf