Shorten test names so they look nicer
authorJonathan Dieter <jdieter@gmail.com>
Thu, 26 Jul 2018 22:09:43 +0000 (23:09 +0100)
committerJonathan Dieter <jdieter@gmail.com>
Thu, 26 Jul 2018 22:09:43 +0000 (23:09 +0100)
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
test/meson.build

index c887ecfd37cfc8650a659b7bb98c8329feca10f6..772908348684976d9434b88dc55f5dc2d4c3ab15 100644 (file)
@@ -100,7 +100,7 @@ test(
     ]
 )
 test(
-    'decompress and validate automatically chunked zchunk file with no dict',
+    'decompress auto-chunked file - no dict',
     shacheck,
     args: [
         unzck,
@@ -110,7 +110,7 @@ test(
     ]
 )
 test(
-    'decompress and validate automatically chunked zchunk file with dict',
+    'decompress auto-chunked file - dict',
     shacheck,
     args: [
         unzck,
@@ -120,7 +120,7 @@ test(
     ]
 )
 test(
-    'decompress and validate manually chunked zchunk file with no dict',
+    'decompress manual file - no dict',
     shacheck,
     args: [
         unzck,
@@ -130,7 +130,7 @@ test(
     ]
 )
 test(
-    'decompress and validate manually chunked zchunk file with dict',
+    'decompress manual file - dict',
     shacheck,
     args: [
         unzck,
@@ -140,7 +140,7 @@ test(
     ]
 )
 test(
-    'compress and validate automatically chunked zchunk file with no dict',
+    'compress auto-chunked file - no dict',
     shacheck,
     args: [
         zck,
@@ -151,7 +151,7 @@ test(
     ]
 )
 test(
-    'compress and validate automatically chunked zchunk file with dict',
+    'compress auto-chunked file - dict',
     shacheck,
     args: [
         zck,
@@ -163,7 +163,7 @@ test(
     ]
 )
 test(
-    'compress and validate manually chunked zchunk file with no dict',
+    'compress manual file - no dict',
     shacheck,
     args: [
         zck,
@@ -176,7 +176,7 @@ test(
     ]
 )
 test(
-    'compress and validate manually chunked zchunk file with dict',
+    'compress manual file - dict',
     shacheck,
     args: [
         zck,