all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 0ac6db594a59c48fd2340b84ace57bc7e800d507 1815 bytes (raw)
name: gnu/packages/patches/cmake-fix-tests.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
 
--- Tests/CMakeLists.txt	2013-03-11 00:52:09.000000000 +0100
+++ Tests/CMakeLists.txt	2013-03-11 03:38:57.000000000 +0100
@@ -1706,16 +1706,16 @@
     PASS_REGULAR_EXPRESSION "Could not find executable"
     FAIL_REGULAR_EXPRESSION "SegFault")
 
-  configure_file(
-    "${CMake_SOURCE_DIR}/Tests/CTestTestUpload/test.cmake.in"
-    "${CMake_BINARY_DIR}/Tests/CTestTestUpload/test.cmake"
-    @ONLY ESCAPE_QUOTES)
-  add_test(CTestTestUpload ${CMAKE_CTEST_COMMAND}
-    -S "${CMake_BINARY_DIR}/Tests/CTestTestUpload/test.cmake" -V
-    --output-log "${CMake_BINARY_DIR}/Tests/CTestTestUpload/testOut.log"
-    )
-  set_tests_properties(CTestTestUpload PROPERTIES
-    PASS_REGULAR_EXPRESSION "Upload\\.xml")
+#  configure_file(
+#    "${CMake_SOURCE_DIR}/Tests/CTestTestUpload/test.cmake.in"
+#    "${CMake_BINARY_DIR}/Tests/CTestTestUpload/test.cmake"
+#    @ONLY ESCAPE_QUOTES)
+#  add_test(CTestTestUpload ${CMAKE_CTEST_COMMAND}
+#    -S "${CMake_BINARY_DIR}/Tests/CTestTestUpload/test.cmake" -V
+#    --output-log "${CMake_BINARY_DIR}/Tests/CTestTestUpload/testOut.log"
+#    )
+#  set_tests_properties(CTestTestUpload PROPERTIES
+#    PASS_REGULAR_EXPRESSION "Upload\\.xml")
 
   configure_file(
     "${CMake_SOURCE_DIR}/Tests/CTestTestConfigFileInBuildDir/test1.cmake.in"
--- Utilities/cmcurl/CMakeLists.txt	2012-11-27 14:26:34.000000000 +0100
+++ Utilities/cmcurl/CMakeLists.txt	2013-03-11 03:59:06.000000000 +0100
@@ -729,8 +729,8 @@
 ADD_EXECUTABLE(LIBCURL Testing/curltest.c)
 TARGET_LINK_LIBRARIES(LIBCURL cmcurl ${CMAKE_DL_LIBS})
 
-IF(CMAKE_CURL_TEST_URL)
-  ADD_TEST(curl LIBCURL ${CMAKE_CURL_TEST_URL})
-ENDIF(CMAKE_CURL_TEST_URL)
+#IF(CMAKE_CURL_TEST_URL)
+#  ADD_TEST(curl LIBCURL ${CMAKE_CURL_TEST_URL})
+#ENDIF(CMAKE_CURL_TEST_URL)
 
 INSTALL(FILES COPYING DESTINATION ${CMake_DOC_DEST}/cmcurl)

debug log:

solving 0ac6db5 ...
found 0ac6db5 in https://yhetil.org/guix/1363060349-19250-1-git-send-email-tipecaml@gmail.com/

applying [1/1] https://yhetil.org/guix/1363060349-19250-1-git-send-email-tipecaml@gmail.com/
diff --git a/gnu/packages/patches/cmake-fix-tests.patch b/gnu/packages/patches/cmake-fix-tests.patch
new file mode 100644
index 0000000..0ac6db5

1:12: trailing whitespace.
 
1:33: trailing whitespace.
 
1:41: trailing whitespace.
 
1:48: trailing whitespace.
 
Checking patch gnu/packages/patches/cmake-fix-tests.patch...
Applied patch gnu/packages/patches/cmake-fix-tests.patch cleanly.
warning: 4 lines add whitespace errors.

index at:
100644 0ac6db594a59c48fd2340b84ace57bc7e800d507	gnu/packages/patches/cmake-fix-tests.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.