diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-03-03 18:13:24 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-03-03 18:13:24 +0000 |
commit | 92f710554dac6fb75e0c3b4bcf4a0305ee4df4c3 (patch) | |
tree | caf1f528de60c96dfa4f346e93b314bb8afa76a3 /examplerun.bat | |
parent | 9d1668c5e4820213406d18278116aad98fe83331 (diff) | |
download | Smarker-92f710554dac6fb75e0c3b4bcf4a0305ee4df4c3.tar.gz Smarker-92f710554dac6fb75e0c3b4bcf4a0305ee4df4c3.zip |
started working on rendering junitxml's nicely to pdfs
Diffstat (limited to 'examplerun.bat')
-rw-r--r-- | examplerun.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examplerun.bat b/examplerun.bat index d595bca..00b0a80 100644 --- a/examplerun.bat +++ b/examplerun.bat @@ -1,3 +1,3 @@ zip -r 100301654.zip .\ExampleSubmission\
-python .\mark.py -s 100301654.zip -a .\ExampleAssessments\example.yml -f md -o auto --md_show_all_run_output True
+python .\mark.py -s 100301654.zip -a .\ExampleAssessments\example.yml -f yaml -o auto
rm 100301654.zip
\ No newline at end of file |