[Fuego] [PATCH] Benchamrk.tiobench: fix the error in the command

Tim.Bird at sony.com Tim.Bird at sony.com
Tue Oct 9 20:46:47 UTC 2018



> -----Original Message-----
> From: Zhong Lu
> Subject: [Fuego] [PATCH] Benchamrk.tiobench: fix the error in the command
'Benchamrk' was mis-spelled.  However, by convention, we leave off
the 'Benchmark' or 'Functional' prefix in the patch subject line.
(This wasn't always true in the past, so there are log entries with
the old naming style).  But we'd like to do this going forward.
 
> details: modify the incorrect format of the "-" in "-S -W"
> 
> Signed-off-by: Zhong Lu <zhongl.fnst at cn.fujitsu.com>
> ---
>  engine/tests/Benchmark.tiobench/fuego_test.sh | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/engine/tests/Benchmark.tiobench/fuego_test.sh
> b/engine/tests/Benchmark.tiobench/fuego_test.sh
> index 452962b..bc24c7f 100755
> --- a/engine/tests/Benchmark.tiobench/fuego_test.sh
> +++ b/engine/tests/Benchmark.tiobench/fuego_test.sh
> @@ -17,8 +17,8 @@ function test_run {
> 
>      hd_test_mount_prepare $BENCHMARK_TIOBENCH_MOUNT_BLOCKDEV
> $BENCHMARK_TIOBENCH_MOUNT_POINT
> 
> -    report "cd $BOARD_TESTDIR/fuego.$TESTDIR; ./tiotest -d
> $BENCHMARK_TIOBENCH_MOUNT_POINT -t
> $BENCHMARK_TIOBENCH_THREADS -f $BENCHMARK_TIOBENCH_SIZE –S"
> -    report_append "cd $BOARD_TESTDIR/fuego.$TESTDIR; ./tiotest -d
> $BENCHMARK_TIOBENCH_MOUNT_POINT -t
> $BENCHMARK_TIOBENCH_THREADS -f $BENCHMARK_TIOBENCH_SIZE –W"
> +    report "cd $BOARD_TESTDIR/fuego.$TESTDIR; ./tiotest -d
> $BENCHMARK_TIOBENCH_MOUNT_POINT -t
> $BENCHMARK_TIOBENCH_THREADS -f $BENCHMARK_TIOBENCH_SIZE -S"
> +    report_append "cd $BOARD_TESTDIR/fuego.$TESTDIR; ./tiotest -d
> $BENCHMARK_TIOBENCH_MOUNT_POINT -t
> $BENCHMARK_TIOBENCH_THREADS -f $BENCHMARK_TIOBENCH_SIZE -W"
> 
>      hd_test_clean_umount $BENCHMARK_TIOBENCH_MOUNT_BLOCKDEV
> $BENCHMARK_TIOBENCH_MOUNT_POINT
>  }
> --
> 2.7.4

Nice catch.

Applied.
 -- Tim



More information about the Fuego mailing list