Skip to content
Snippets Groups Projects
Commit 1c78dbd2 authored by Iustin Pop's avatar Iustin Pop
Browse files

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: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarAdeodato Simo <dato@google.com>
parent 6d0bc5ca
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment