Skip to content

Commit 33992b2

Browse files
Nathan SpragueNathan Sprague
authored andcommitted
show json file output even when there was an error
1 parent 7acf116 commit 33992b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/jmu_gradescope_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def test(self):
144144
open_file(result_json_loc)
145145
else:
146146
logging.error(f"Return code {code} from run_tests.py.")
147+
open_file(result_json_loc)
147148

148149
def build(self):
149150

0 commit comments

Comments
 (0)