From 8a02285582c4bd3cb456b2f7443190e0e835e9ac Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sat, 28 Sep 2013 22:22:47 +0200 Subject: [PATCH] Add --cfg=path:..., for out-of-source builds. --- teshsuite/msg/storage/storage.tesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/msg/storage/storage.tesh b/teshsuite/msg/storage/storage.tesh index 63a14084f0..5cc7fe4fe4 100644 --- a/teshsuite/msg/storage/storage.tesh +++ b/teshsuite/msg/storage/storage.tesh @@ -1,4 +1,4 @@ -$ msg/storage/storage ${srcdir:=.}/msg/storage/platform.xml ${srcdir:=.}/msg/storage/deployment.xml 0 "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ msg/storage/storage --cfg=path:${srcdir:=.} ${srcdir:=.}/msg/storage/platform.xml ${srcdir:=.}/msg/storage/deployment.xml 0 "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:client@client) ** Storage info on client: > [ 0.000000] (1:client@client) Storage mount name: /sd1 > [ 0.000000] (1:client@client) Free size: 536774599000 octets -- 2.20.1