summaryrefslogtreecommitdiff
path: root/tests/cli-tests.sh
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-05-08 19:04:41 +0200
committerDavid Sterba <dsterba@suse.com>2018-06-07 16:37:32 +0200
commit402ac7a14083130b5cae6a93ab2c80eddd5871a5 (patch)
tree8e8536b3056851a953c314c806dd6a64ab1401b6 /tests/cli-tests.sh
parentbd52df0502f1cd48a9469692684f396bc782d4e1 (diff)
btrfs-progs: tests: update log markers
Use visual markers that separate tests and individual commands run via the run_* helpers. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tests/cli-tests.sh')
-rwxr-xr-xtests/cli-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli-tests.sh b/tests/cli-tests.sh
index 9e0fbae4..d302a93e 100755
--- a/tests/cli-tests.sh
+++ b/tests/cli-tests.sh
@@ -52,7 +52,7 @@ do
name=$(basename "$i")
cd "$i"
if [ -x test.sh ]; then
- echo "=== Entering $i" >> "$RESULTS"
+ echo "=== START TEST $i" >> "$RESULTS"
echo " [TEST/cli] $name"
./test.sh
if [ $? -ne 0 ]; then