[bt-devel] [ bibletime-Bugs-2765981 ] Make test fails

SourceForge.net noreply at sourceforge.net
Wed Apr 22 10:44:24 MST 2009


Bugs item #2765981, was opened at 2009-04-15 17:13
Message generated for change (Comment added) made by facorread
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100954&aid=2765981&group_id=954

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: new bug
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Fabio Correa (facorread)
Assigned to: Martin Gruner (mgruner)
Summary: Make test fails

Initial Comment:
Hello, may the Lord bless you, keep up the great work with BibleTime.

When I run make test in the build/ directory, the following is shown:

[  0%] Running BibleTime Unit Tests
/bin/sh: ./bibletime --run-tests: No such file or directory
make[3]: *** [CMakeFiles/test] Error 127
make[2]: *** [CMakeFiles/test.dir/all] Error 2
make[1]: *** [CMakeFiles/test.dir/rule] Error 2
make: *** [test] Error 2

The following patch addresses the test command quotation, which is the cause for the bug. The patch is applied to revision 1101 of CMakeLists.txt.

--- CMakeLists.txt.old  2009-04-15 12:06:08.288504068 -0500                                      
+++ CMakeLists.txt      2009-04-15 12:06:39.780178010 -0500                                      
@@ -109,7 +109,7 @@                                                                              
        )                                                                                        
        # Unit Tests                                                                             
        ADD_CUSTOM_TARGET(test                                                                   
-               COMMAND "./bibletime --run-tests"                                                
+               COMMAND ./bibletime --run-tests                                                  
                WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"                                  
                COMMENT "Running BibleTime Unit Tests"                                           
        )


----------------------------------------------------------------------

>Comment By: Fabio Correa (facorread)
Date: 2009-04-22 17:44

Message:
The proposed patch against revision 1185 fixes beta1, which still has the
issue.

Blessings!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100954&aid=2765981&group_id=954



More information about the bt-devel mailing list