summaryrefslogtreecommitdiffstats
path: root/reflect.py
diff options
context:
space:
mode:
Diffstat (limited to 'reflect.py')
-rw-r--r--reflect.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/reflect.py b/reflect.py
index 6ee470a..da6e998 100644
--- a/reflect.py
+++ b/reflect.py
@@ -362,6 +362,7 @@ def gen_reflection_report(client_code_path, assessment_struct, student_no, confi
for regex_ in contents["regexes"]:
matches[regex_] = re.findall(regex_, lines)
required_files_features["run"][j][cmd]["regexes"] = matches
+ required_files_features["run"][j][cmd]["full_output"] = lines
out["test_results"] = reflection.run_tests(tests_to_run, configuration["out"] == "stdout" and configuration["format"] in ["text", "txt"])
out["class_tree"] = reflection.get_class_tree()