From 59fe01b56d18e92ee49f6b8417c8f867a3f904df Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 28 Mar 2023 11:09:25 -0700 Subject: [PATCH] Update script comment. --- scripts/run-end-to-end-dev-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run-end-to-end-dev-tests b/scripts/run-end-to-end-dev-tests index 3ee37acc..575de00d 100755 --- a/scripts/run-end-to-end-dev-tests +++ b/scripts/run-end-to-end-dev-tests @@ -1,7 +1,7 @@ #!/bin/sh -# This script is for running all tests, including end-to-end tests, on a developer machine. It sets -# up database containers to run tests against, runs the tests, and then tears down the containers. +# This script is for running end-to-end tests on a developer machine. It sets up database containers +# to run tests against, runs the tests, and then tears down the containers. # # Run this script from the root directory of the borgmatic source. #