bug-gnu-arch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnu-arch] [bug #5788] make test uses the wrong shell


From: nobody
Subject: [Bug-gnu-arch] [bug #5788] make test uses the wrong shell
Date: Sat, 08 Nov 2003 17:28:53 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20031010 Mozilla Firebird/0.6.1 StumbleUpon/1.76

=================== BUG #5788: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5788&group_id=4899

Changes by: Robert Collins <address@hidden>
Date: Sat 11/08/2003 at 22:28 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
                  CC |                           | address@hidden


------------------ Additional Follow-up Comments ----------------------------
Actually you need $(SHELL). I've applied a modified patch - it's in 
address@hidden/package-framework--integration--1.0--patch-1



=================== BUG #5788: FULL BUG SNAPSHOT ===================


Submitted by: benburns                Project: GNU arch -- a revision control 
system
Submitted on: Tue 10/07/2003 at 18:36
Category:  build infrastructure       Severity:  5 - Major                  
Bug Group:  bug                       Resolution:  None                     
Status:  Open                         Release:                              
Fixed Release:                        Merge Request?:  yes -- diffs included
Your Archive Name:                    Your Archive Location:                
Assigned to:  None                    

Summary:  make test uses the wrong shell

Original Submission:  The following patch makes the tests run using the 
configured shell.

--- orig/build-tools/Makefiles/unit-tests.mk
+++ mod/build-tools/Makefiles/unit-tests.mk
@@ -125,7 +125,7 @@
 tests-timestamp: $(test-progs) $(test-scripts)
        set -e ; 
        for s in $(test-scripts) ; do 
-         sh $$s; 
+         $SHELL $$s; 
        done
        touch tests-timestamp


Follow-up Comments
*******************

-------------------------------------------------------
Date: Sat 11/08/2003 at 22:28       By: robertc
Actually you need $(SHELL). I've applied a modified patch - it's in 
address@hidden/package-framework--integration--1.0--patch-1


CC List
*******

CC Address                          | Comment
------------------------------------+-----------------------------
address@hidden             | 



No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5788&group_id=4899

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]