feature: makes "compile" exercise print output, resolves #270

When running "compile"-mode exercises in interactive `verify` mode,
we print their output when we prompt the learner if they want to
continue. This improves the "experimentation" experience, since
trying different things does produce a visible change.
This commit is contained in:
Roberto Vidal
2020-02-26 20:38:44 +01:00
parent 7ce42941ea
commit 3b6d5c3aaa
3 changed files with 67 additions and 36 deletions

View File

@@ -31,7 +31,7 @@ fn verify_all_success() {
}
#[test]
fn verify_all_failure() {
fn verify_fails_if_some_fails() {
Command::cargo_bin("rustlings")
.unwrap()
.arg("v")