From 4b26546589f7d2b50455429482cf1f386ceae8b3 Mon Sep 17 00:00:00 2001 From: Roberto Vidal Date: Tue, 12 Nov 2019 11:35:40 +0100 Subject: fix(run): makes `run` never prompt `watch` and `verify` do prompt the user to actively move to the next exercise. This change fixes `run` to never prompt. Previously it was inconsistent between "test" and "compile" exercises. BREAKING CHANGE: we again change the behavior of the `run` command --- tests/fixture/state/info.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/fixture/state/info.toml (limited to 'tests/fixture/state/info.toml') diff --git a/tests/fixture/state/info.toml b/tests/fixture/state/info.toml new file mode 100644 index 0000000..7bfc697 --- /dev/null +++ b/tests/fixture/state/info.toml @@ -0,0 +1,11 @@ +[[exercises]] +name = "pending_exercise" +path = "pending_exercise.rs" +mode = "compile" +hint = """""" + +[[exercises]] +name = "pending_test_exercise" +path = "pending_test_exercise.rs" +mode = "test" +hint = """""" -- cgit v1.2.3