We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda16e9 commit df1f637Copy full SHA for df1f637
src/testup/test_discoverer.rb
@@ -101,7 +101,7 @@ def discover_testcases(testsuite_path)
101
# TODO: Indicate in the UI that a test suite had loading errors.
102
testcase_name = File.basename(testcase_file, '.*')
103
warn "Failed to load test case: #{testcase_name} (#{testcase_file})"
104
- warn error.original_error.inspect
+ warn error.original_error.to_s
105
warn error.original_error.backtrace.join("\n")
106
end
107
}
0 commit comments