Skip to content

Commit c67001a

Browse files
committed
Makefile: Change default test-data location
This should have been updated as part of 36bce3f (test: Add license-test-files with read-tree, 2018-01-03, spdx#593).
1 parent aaf585c commit c67001a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ matrix:
22
include:
33
- language: java
44
script:
5-
- make TEST_DATA=test/simpleTestForGenerator validate-canonical-match
5+
- make validate-canonical-match
66
- language: node_js
77
node_js:
88
- "node"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TOOL_VERSION = 2.1.9
2-
TEST_DATA = ../license-test-files
2+
TEST_DATA = test/simpleTestForGenerator
33

44
.PHONY: validate-canonical-match
55
validate-canonical-match: spdx-tools-$(TOOL_VERSION).jar-valid resources/licenses-full.json $(TEST_DATA) .tmp

0 commit comments

Comments
 (0)