From 7df6c241a7e0d067dbde11b0a1a626fad07877ed Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Mon, 11 Nov 2019 12:31:47 +0000 Subject: [PATCH] Fix a strange build failure in the tests --- tests/all_tests.nim.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/all_tests.nim.cfg diff --git a/tests/all_tests.nim.cfg b/tests/all_tests.nim.cfg new file mode 100644 index 000000000..215168de2 --- /dev/null +++ b/tests/all_tests.nim.cfg @@ -0,0 +1,5 @@ +# TODO: +# This prevents a strange build failure in beacon_node.nim. +# Investigate why it's needed. +-d:withoutPrompt +