Skip to content

Commit 969b0df

Browse files
committed
don't pipe the output from these, since we're using them for travis (and it masks the exit status)
1 parent 1020ac2 commit 969b0df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CppUTest/build/MakefileWorker.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,10 @@ $(TARGET_LIB): $(OBJ)
288288
$(SILENCE)ranlib $@
289289

290290
test: $(TEST_TARGET)
291-
$(RUN_TEST_TARGET) | tee $(TEST_OUTPUT)
291+
$(RUN_TEST_TARGET)
292292

293293
vtest: $(TEST_TARGET)
294-
$(RUN_TEST_TARGET) -v | tee $(TEST_OUTPUT)
294+
$(RUN_TEST_TARGET) -v
295295

296296
$(CPPUTEST_OBJS_DIR)/%.o: %.cpp
297297
@echo compiling $(notdir $<)

0 commit comments

Comments
 (0)