From ba8f371c8e796c6687a0ed87b913b06a429fff3e Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Wed, 24 Jul 2019 09:59:41 +0200 Subject: [PATCH] tests: reformat and fix markdown in snapd-state.md Signed-off-by: Zygmunt Krynicki --- tests/snapd-state.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/snapd-state.md b/tests/snapd-state.md index 124bee9874a..837556366f9 100644 --- a/tests/snapd-state.md +++ b/tests/snapd-state.md @@ -1,5 +1,11 @@ # The snapd state -Snapd state is saved during the project prepare and it is restored when any test is prepared to make sure the initial state is the same for all the tests executed on the snapd test suite. +Snapd state is saved during the project prepare and it is restored when any +test is prepared to make sure the initial state is the same for all the tests +executed on the snapd test suite. -The snapd state is dropped in this "tests/" directory and restored from there. For classic systems the snapd state is saved in a single file "$SPREAD_PATH/tests/snapd-state.tar" and for all-snaps systems it is saved in a "$SPREAD_PATH/tests/snapd-state" directory which is done to get better performance on boards. +The snapd state is dropped in this `tests/` directory and restored from there. +For classic systems the snapd state is saved in a single file +`$SPREAD\_PATH/tests/snapd-state.tar` and for all-snaps systems it is saved in a +`$SPREAD\_PATH/tests/snapd-state` directory which is done to get better +performance on boards.