From a821f068898d99a16d1c3898e7ff543e30e4f04b Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 14 Jan 2019 21:41:56 +0100 Subject: [PATCH 1/1] Test for msg-task-priority is still present; run it for coverage. --- teshsuite/msg/CMakeLists.txt | 1 + teshsuite/msg/task-priority/task-priority.tesh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/teshsuite/msg/CMakeLists.txt b/teshsuite/msg/CMakeLists.txt index 83c1572c28..d2543b5422 100644 --- a/teshsuite/msg/CMakeLists.txt +++ b/teshsuite/msg/CMakeLists.txt @@ -93,6 +93,7 @@ foreach(x energy-consumption energy-ptask io-file io-raw-storage io-file-remote platform-properties + task-priority plugin-hostload trace_integration) ADD_TESH_FACTORIES(tesh-msg-${x} "raw" diff --git a/teshsuite/msg/task-priority/task-priority.tesh b/teshsuite/msg/task-priority/task-priority.tesh index 5679db9f4f..19886bd832 100644 --- a/teshsuite/msg/task-priority/task-priority.tesh +++ b/teshsuite/msg/task-priority/task-priority.tesh @@ -1,7 +1,7 @@ #!/usr/bin/env tesh ! output sort 19 -$ $SG_TEST_EXENV ${bindir:=.}/task-priority$EXEEXT ${platfdir}/small_platform.xml ${srcdir}/task-priority_d.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ $SG_TEST_EXENV ${bindir:=.}/task-priority$EXEEXT ${platfdir}/small_platform.xml ${srcdir:=.}/task-priority_d.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:test@Fafard) Hello! Running a task of size 7.6296e+07 with priority 1 > [ 0.000000] (2:test@Fafard) Hello! Running a task of size 7.6296e+07 with priority 2 > [ 1.500000] (2:test@Fafard) Goodbye now! -- 2.20.1