From 1c78dbd25d18d38ca78523c1c4f982b1cb3154e7 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Tue, 1 Feb 2011 17:33:34 +0100
Subject: [PATCH] Update live-test.sh w.r.t. simulation mode changes

Commit 6c7448bb changed the syntax for the --simulation option, but
didn't update live-test for it.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Adeodato Simo <dato@google.com>
---
 live-test.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/live-test.sh b/live-test.sh
index 8782803dc..c059bbd28 100755
--- a/live-test.sh
+++ b/live-test.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright (C) 2009, 2010 Google Inc.
+# Copyright (C) 2009, 2010, 2011 Google Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -124,7 +124,7 @@ check_hspace_out() {
 }
 
 TIER="--tiered 102400,8192,2"
-SIMU="--simu=10,6835937,32768,4"
+SIMU="--simu=preferred,10,6835937,32768,4"
 echo Testing hspace/luxi
 ./hspace -L$LUXI $TIER -v > $HOUT
 ( check_hspace_out ) || exit 1
-- 
GitLab