From deecc9e286899ad2b7d805e858645381c4fe949c Mon Sep 17 00:00:00 2001 From: Konstantin8105 Date: Thu, 30 May 2024 12:58:25 +0300 Subject: [PATCH] full tests --- scripts/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index c6d2ba0c..b0605756 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -20,8 +20,8 @@ mkdir -p ./testdata/ # github.com/Konstantin8105/c4go/version # Package list -# export PKGS=$(go list -e ./... | grep -v testdata | grep -v examples | grep -v tests | grep -v vendor | tr '\n' ' ') -export PKGS="github.com/Konstantin8105/c4go github.com/Konstantin8105/c4go/util" +export PKGS=$(go list -e ./... | grep -v testdata | grep -v examples | grep -v tests | grep -v vendor | tr '\n' ' ') +# export PKGS="github.com/Konstantin8105/c4go github.com/Konstantin8105/c4go/util" # View echo "PKGS : $PKGS"