Skip to content

Commit

Permalink
test: obey UNITTEST_LOG_LEVEL in require_fs_name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinslusarz committed Feb 6, 2019
1 parent 0ffdb30 commit a0f19e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unittest/unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ function require_fs_name() {
fi
done

echo "$UNITTEST_NAME: SKIP file system $fsname ($* required)"
msg "$UNITTEST_NAME: SKIP file system $fsname ($* required)"
exit 0
}

Expand Down

0 comments on commit a0f19e2

Please sign in to comment.