Skip to content

Commit 5d0b9aa

Browse files
Remove typo in device test "make clean" (#6673)
VIM strikes again.
1 parent fbcc69b commit 5d0b9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/device/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ virtualenv:
124124

125125
clean:
126126
rm -rf $(BUILD_DIR)
127-
rm -rf $(HARDWARE_DIR)A
127+
rm -rf $(HARDWARE_DIR)
128128
rm -rf $(BS_DIR)/virtualenv
129129
rm -f $(TEST_REPORT_HTML) $(TEST_REPORT_XML)
130130

0 commit comments

Comments
 (0)