Bugfix/tests: add slash to test log message (#37874)
This commit is contained in:
		| @@ -1373,7 +1373,7 @@ def long_message(self): | ||||
|             test_log = join_path(os.path.dirname(self.log_name), spack_install_test_log) | ||||
|             if os.path.isfile(test_log): | ||||
|                 out.write("\nSee test log for details:\n") | ||||
|                 out.write("  {0}n".format(test_log)) | ||||
|                 out.write("  {0}\n".format(test_log)) | ||||
| 
 | ||||
|         return out.getvalue() | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tamara Dahlgren
					Tamara Dahlgren