support/testing/test_rust: use standard defconfig fragment style
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Fri, 16 Nov 2018 22:21:47 +0000 (20:21 -0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 20 Nov 2018 08:01:08 +0000 (09:01 +0100)
commitadec30e4f0abc12ec5ca0b2710e4b0e3be867e83
treec4e7e60763e656160d2da3f7d7f181f03c14c63e
parentbac251bee158ce390547a55eadd6df3aaebda37d
support/testing/test_rust: use standard defconfig fragment style

Since commit "2927f412be support/testing: standardize defconfig
fragments style" all other test cases use the same style for defconfig
fragments:
 - start after a backslash;
 - be declared as a multi-line string literal;
 - be indented one level more than the variable that contains it.

Do the same here for consistency.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Matt Weber <matthew.weber@rockwellcollins.com>
Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/tests/package/test_rust.py