Try to fix test uploading from windows

Change-Id: I2911b0f88dc7b5680c86bdf49dcd401ab46851d1
diff --git a/tools/test.py b/tools/test.py
index 1f6d450..5da5b71 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -452,7 +452,7 @@
 
 def archive_and_return(return_code, options):
   if return_code != 0:
-    if options.archive_failures and os.name != 'nt':
+    if options.archive_failures:
       archive_failures(options)
   return return_code