##// END OF EJS Templates
Fix for test_pr script
Thomas Kluyver -
Show More
@@ -247,7 +247,7 b' def test_pr(num, post_results=True):'
247 247 testrun.print_results()
248 248
249 249 if post_results:
250 results_urls = testrun.post_logs
250 testrun.post_logs()
251 251 testrun.post_results_comment()
252 252 print("(Posted to Github)")
253 253 else:
General Comments 0
You need to be logged in to leave comments. Login now