From 4629534c19c3297593654692334302d1f08665a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 12 Aug 2022 05:54:33 +0300 Subject: [PATCH] [ci] add colors to test output --- ci/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test b/ci/test index bb6d815..d397735 100755 --- a/ci/test +++ b/ci/test @@ -1,2 +1,2 @@ #!/usr/bin/env sh -exec bazel test ... +exec bazel test "$@" ...