Commit 6dc5aa9
committed
Do not verbose the "tar tf" command
The `tar tf` command is actually just used to find the root directory.
Verbosing makes the Travis log grow too big, e.g. for `openssl` recipe.
Also simplify the file type detection, `endswith()` can take tuple.1 parent 99e9664 commit 6dc5aa9
1 file changed
+3
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
| 402 | + | |
| 403 | + | |
408 | 404 | | |
409 | | - | |
410 | | - | |
| 405 | + | |
411 | 406 | | |
412 | 407 | | |
413 | 408 | | |
| |||
0 commit comments