summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLineTar
Commit message (Collapse)AuthorAgeFilesLines
* cmake: tar: Parse 'cmake -E tar' argumentsBartosz Kosiorek2019-03-206-19/+24
|
* cmake: Don't interrupt archive creation if unable to read a file.Bartosz Kosiorek2019-03-187-7/+11
| | | | | | | | | | | Rationale: Currently during creation of archive by 'tar', if error appears, it interrupt archive creation. As a result only part of files are archived This behaviour is not consistent with 'copy_directory', native 'tar' and other command behaviour. With this Merge Request this behaviour is fixed.
* cmake: tar: Display warning when no files provided during archive creationBartosz Kosiorek2019-03-183-4/+7
|
* Tests: Consolidate, refactor and extend -E tar testsNils Gladitz2015-04-1036-0/+224