diff options
author | Saravanakumar Arumugam <sarumuga@redhat.com> | 2015-01-30 12:57:21 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-02-02 12:20:40 -0800 |
commit | 3622146ac06918069a5994ac0dfa02aa98de4d8f (patch) | |
tree | e1a74b805bd0b31c21cacca521df9c388a228b3c /tests | |
parent | 52765ad94f233e4b4e57515e49f5b7c9e7c08b43 (diff) |
tests/snapshot: Avoid errors on make dist.
Problem:
"make dist" gives the following error:
tar: bug-1140162-file-snapshot-and-features-encryption-option-validation.t:
file name is too long (max 99); not dumped
Here, .t file is not getting included on the "make dist" tarball as file
name is too long for the "tar" command. Result is, upon distributing the tests
through the tarball, this particular test will not get run on the target system.
Solution:
Rename the file to a shorter one(less than 99) to avoid this error.
Change-Id: I29c8da649b8b5e00b3b4dada02c8b69b2d7f0e2c
BUG: 1140162
Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
Reviewed-on: http://review.gluster.org/9511
Reviewed-by: Gaurav Kumar Garg <ggarg@redhat.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Reviewed-by: Sachin Pandit <spandit@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bugs/snapshot/bug-1140162-file-snapshot-features-encrypt-opts-validation.t (renamed from tests/bugs/snapshot/bug-1140162-file-snapshot-and-features-encryption-option-validation.t) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/bugs/snapshot/bug-1140162-file-snapshot-and-features-encryption-option-validation.t b/tests/bugs/snapshot/bug-1140162-file-snapshot-features-encrypt-opts-validation.t index f91093db4e7..f91093db4e7 100644 --- a/tests/bugs/snapshot/bug-1140162-file-snapshot-and-features-encryption-option-validation.t +++ b/tests/bugs/snapshot/bug-1140162-file-snapshot-features-encrypt-opts-validation.t |