Skip to content

Commit 2e178ba

Browse files
committed
Fix indentation in Makefile
1 parent 2b07ae1 commit 2e178ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ define common-recipe =
6969
WAITFORCONTAINERS=$(CONTAINERS) \
7070
NO_PROXY=$(NO_PROXY),.scenescape.intel.com,.scenescape \
7171
no_proxy=$(no_proxy),.scenescape.intel.com,.scenescape \
72-
ANALYTICS=$(ANALYTICS) \
72+
ANALYTICS=$(ANALYTICS) \
7373
$(RUNTEST) $(YML) pytest -s $(GENERATE_JUNITXML) $(TEST_SCRIPT) \
7474
$${EXTRAS} 2>&1 | tee -ia $(LOGFILE) \
7575
; echo "MAKE_TARGET: $@" | tee -ia $(LOGFILE) \

0 commit comments

Comments
 (0)