From 8d365566a38a6ad1d55c26da0bea5316300b2883 Mon Sep 17 00:00:00 2001 From: Michael Nguyen Date: Fri, 27 Sep 2024 13:39:23 -0400 Subject: [PATCH] do not merge: only a test --- tests/test_pruning.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_pruning.sh b/tests/test_pruning.sh index 4650773a86..acce5fca91 100755 --- a/tests/test_pruning.sh +++ b/tests/test_pruning.sh @@ -1,6 +1,7 @@ #!/bin/bash set -xeuo pipefail +# test # This test isn't standalone for now. It's executed from the `.cci.jenkinsfile`. # It expects to be running in cosa workdir where a single fresh build was made.