Skip to content

Commit

Permalink
Add Show differences to dotnet C#
Browse files Browse the repository at this point in the history
  • Loading branch information
trampgeek committed Jan 5, 2025
1 parent 26f4ce2 commit 5d62994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unsupportedquestiontypes/prototypes/PROTOTYPE_dotnet_c#.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<quiz>
<!-- question: 40480 -->
<!-- question: 40486 -->
<question type="coderunner">
<name>
<text>PROTOTYPE_DOTNET_C#</text>
Expand Down Expand Up @@ -137,7 +137,7 @@ times['Build'] = time.perf_counter()
# is a precheck. Error lines have the trailing identifier of the CS project
# name stripped.
compile_ok = result.returncode == 0
grader_response = {}
grader_response = {'showdifferences': True}
if not compile_ok:
error_output = result.stderr + result.stdout
error_lines = [re.sub(r' *\[/home/jobe/runs.*.csproj\] *', '', line) for line in error_output.splitlines()
Expand Down

0 comments on commit 5d62994

Please sign in to comment.