Update live-test.sh w.r.t. simulation mode changes
authorIustin Pop <iustin@google.com>
Tue, 1 Feb 2011 16:33:34 +0000 (17:33 +0100)
committerIustin Pop <iustin@google.com>
Thu, 3 Feb 2011 12:10:59 +0000 (13:10 +0100)
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

index 8782803..c059bbd 100755 (executable)
@@ -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