Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
UNIT_TAGS := "$(subst :, or ,$(shell awk '{print $2}' src/test/unit.tags | paste -s -d: -))"
INTEGRATION_TAGS := "$(subst :, or ,$(shell awk '{print $2}' src/test/integration.tags | paste -s -d: -))"
UNIT_TAGS := "($(subst :, or ,$(shell awk '{print $2}' src/test/unit.tags | paste -s -d: -))) and not @falcon-1024"
INTEGRATION_TAGS := "($(subst :, or ,$(shell awk '{print $2}' src/test/integration.tags | paste -s -d: -))) and not @falcon-1024"

unit:
mvn test -Dcucumber.filter.tags=$(UNIT_TAGS)
Expand Down
72 changes: 0 additions & 72 deletions examples/src/main/java/com/algorand/examples/Debug.java

This file was deleted.

Loading
Loading