Skip to content

Commit 3d2d15e

Browse files
committed
Changed disqus comment for unsupported example.
1 parent c275149 commit 3d2d15e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codebender_testing/disqus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def handle_example_comment(self, url, results, current_date, log):
115115
if len(boards) > 0:
116116
new_message = self.messages['example_success'].replace('TEST_DATE', current_date).replace('BOARDS_LIST', ', '.join(boards))
117117
elif unsupportedFlag:
118-
new_message = self.messages['example_unsupported']
118+
new_message = self.messages['example_unsupported'].replace('TEST_DATE', current_date)
119119
log[url]['comment'] = self.update_post(post_id, new_message)
120120
break
121121
else:

data/disqus_comments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"library": "This library and its examples where tested on TEST_DATE with common Arduino boards. For more detailed information about the test results, please look at each example's comments.",
33
"example_success": "This example was tested on TEST_DATE and it compiles on BOARDS_LIST.",
44
"example_fail": "This example was tested on TEST_DATE and it failed to compile on common Arduino boards.",
5-
"example_unsupported": "This example is not known to compile with any of the codebender supported boards."
5+
"example_unsupported": "This example is not known to compile with any of the codebender supported boards at least until TEST_DATE."
66
}

0 commit comments

Comments
 (0)