[LTP] [PATCH 1/3] cpuset_regression_test: Convert to new api
Richard Palethorpe
rpalethorpe@suse.de
Mon Nov 15 11:36:39 CET 2021
Hi,
> -cpuset_test()
> +test()
> {
> + local cpu_exclusive_tmp cpus_value
> +
> ROD_SILENT mkdir ${root_cpuset_dir}/testdir
>
> # Creat an exclusive cpuset.
> echo 1 > ${root_cpuset_dir}/testdir/${cpu_exclusive}
> - if [ $? -ne 0 ]; then
> - tst_brkm TFAIL "'echo 1 >" \
> - "${root_cpuset_dir}/testdir/${cpu_exclusive}'" \
> - "failed"
> - fi
> -
> - local cpu_exclusive_tmp=$(cat \
> - ${root_cpuset_dir}/testdir/${cpu_exclusive})
> + [ $? -ne 0 ] && tst_brk TFAIL "'echo 1 > ${root_cpuset_dir}/testdir/${cpu_exclusive}' failed"
> +
Merged, but with the trailing whitespace in the line above removed.
--
Thank you,
Richard.
More information about the ltp
mailing list