Skip to content

Commit 357a512

Browse files
committed
[FAB-13677] remove unit-test dir
We no longer need docker compose to run unit tests so lets move the unit test execution script over to the scripts directory and cleanup the tree. Change-Id: I38a9bd300a62949359b9aab0bb33353a2dcf8d94 Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
1 parent 6f021ad commit 357a512

File tree

3 files changed

+1
-32
lines changed

3 files changed

+1
-32
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ integration-test: gotool.ginkgo ccenv baseos docker-thirdparty
190190
./scripts/run-integration-tests.sh
191191

192192
unit-test: unit-test-clean peer-docker docker-thirdparty ccenv baseos
193-
unit-test/run.sh
193+
./scripts/run-unit-tests.sh
194194

195195
unit-tests: unit-test
196196

@@ -409,4 +409,3 @@ release-clean: $(patsubst %,%-release-clean, $(RELEASE_PLATFORMS))
409409

410410
.PHONY: unit-test-clean
411411
unit-test-clean:
412-
cd unit-test && docker-compose down

unit-test/run.sh renamed to scripts/run-unit-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ excluded_packages=(
1313
)
1414

1515
# regexes for packages that must be run serially
16-
# NOTE: these packages are now tested first as they tend to fail more frequently
1716
serial_packages=(
1817
"github.com/hyperledger/fabric/gossip"
1918
)

unit-test/docker-compose.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)