From 5fac518cefdba5c06829be187cefa3e904a7e1b3 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 22 Mar 2015 23:05:28 +0000 Subject: tests: add test_dmesg that has fixed boot time This allows testing time stamp formats. Signed-off-by: Sami Kerola --- tests/commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/commands.sh') diff --git a/tests/commands.sh b/tests/commands.sh index 420feb9ae..e3ac43394 100644 --- a/tests/commands.sh +++ b/tests/commands.sh @@ -4,6 +4,7 @@ TS_TESTUSER=${TS_TESTUSER:-"nobody"} # helpers TS_HELPER_BYTESWAP="$top_builddir/test_byteswap" TS_HELPER_CPUSET="$top_builddir/test_cpuset" +TS_HELPER_DMESG="$top_builddir/test_dmesg" TS_HELPER_ISLOCAL="$top_builddir/test_islocal" TS_HELPER_ISMOUNTED="$top_builddir/test_ismounted" TS_HELPER_LIBMOUNT_CONTEXT="$top_builddir/test_mount_context" @@ -36,7 +37,6 @@ TS_CMD_CAL=${TS_CMD_CAL-"$top_builddir/cal"} TS_CMD_COLRM=${TS_CMD_COLRM:-"$top_builddir/colrm"} TS_CMD_COL=${TS_CMD_COL:-"$top_builddir/col"} TS_CMD_COLUMN=${TS_CMD_COLUMN:-"$top_builddir/column"} -TS_CMD_DMESG=${TS_CMD_DMESG-"$top_builddir/dmesg"} TS_CMD_EJECT=${TS_CMD_EJECT-"$top_builddir/eject"} TS_CMD_FALLOCATE=${TS_CMD_FALLOCATE-"$top_builddir/fallocate"} TS_CMD_FDISK=${TS_CMD_FDISK-"$top_builddir/fdisk"} -- cgit v1.2.3-55-g7522