test suite: run under faketime for the time being, before I manage to actually unexpire test suite keys

Also fix support for TEST_DEBUGGER, even if it is not really used.
master
positron 1 month ago
parent 73e5d728ae
commit c6bac4d30b

@ -134,8 +134,10 @@ $(TARGET): $(OBJS)
test: all
$(RM) -rf ./pEp_test_home/*
$(TEST_CMD_PFX) $(TEST_DEBUGGER) \
$(TEST_CMD_PFX) \
PEP_NOABORT=noabort GTEST_COLOR=no \
faketime '2021-07-07' \
$(TEST_DEBUGGER) \
python3 $(GTEST_PL) \
--gtest_color=no ./$(TARGET)

Loading…
Cancel
Save