Fix the test command that checks the interesting_paths_filter feature

Summary: It was passing the argument multiple times rather than once with all the accepted values

Reviewed By: jvillard

Differential Revision: D5338509

fbshipit-source-id: 22b86a5
master
Martino Luca 8 years ago committed by Facebook Github Bot
parent 987347ceca
commit bfb8ca78a8

@ -11,7 +11,7 @@ TESTS_DIR = ../..
MODIFIED_FILES_FILE = filter_files.test.txt MODIFIED_FILES_FILE = filter_files.test.txt
DIFFERENTIAL_ARGS = --differential-filter-files $(MODIFIED_FILES_FILE) \ DIFFERENTIAL_ARGS = --differential-filter-files $(MODIFIED_FILES_FILE) \
--differential-filter-set fixed --differential-filter-set preexisting --differential-filter-set "fixed,preexisting"
SRC_OBJECT_FILES = src/com/example/*.java src/com/example/*.class com/ SRC_OBJECT_FILES = src/com/example/*.java src/com/example/*.class com/
CLEAN_EXTRA = $(SRC_OBJECT_FILES) $(MODIFIED_FILES_FILE) CLEAN_EXTRA = $(SRC_OBJECT_FILES) $(MODIFIED_FILES_FILE)

Loading…
Cancel
Save