summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLineTar/bad-from5-stderr.txt
diff options
context:
space:
mode:
authorBartosz Kosiorek <bartosz.kosiorek@tomtom.com>2019-03-08 13:53:35 (GMT)
committerBartosz Kosiorek <bartosz.kosiorek@tomtom.com>2019-03-18 16:55:35 (GMT)
commit8634576dcb03087fc507b8012a47f1ecc852f65f (patch)
tree47418b14525ece43b52697e9a82c1129d157d813 /Tests/RunCMake/CommandLineTar/bad-from5-stderr.txt
parentc7c6a4a2cc06fd22eeb1c545dba030eddf39363a (diff)
downloadCMake-8634576dcb03087fc507b8012a47f1ecc852f65f.zip
CMake-8634576dcb03087fc507b8012a47f1ecc852f65f.tar.gz
CMake-8634576dcb03087fc507b8012a47f1ecc852f65f.tar.bz2
cmake: Don't interrupt archive creation if unable to read a file.
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.
Diffstat (limited to 'Tests/RunCMake/CommandLineTar/bad-from5-stderr.txt')
-rw-r--r--Tests/RunCMake/CommandLineTar/bad-from5-stderr.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CommandLineTar/bad-from5-stderr.txt b/Tests/RunCMake/CommandLineTar/bad-from5-stderr.txt
index 1417d4d..fb0702a 100644
--- a/Tests/RunCMake/CommandLineTar/bad-from5-stderr.txt
+++ b/Tests/RunCMake/CommandLineTar/bad-from5-stderr.txt
@@ -1,2 +1,2 @@
-^CMake Error: archive_read_disk_entry_from_file 'does-not-exist':.*
+^CMake Error: Unable to read from file 'does-not-exist':.*
CMake Error: Problem creating tar: bad.tar$