bugGNU arch -- a revision control system - Bugs: bug #5788, make test uses the wrong shell

 
 

bug #5788: make test uses the wrong shell

Submitter:  Ben Burns <benburns>
Submitted:  Tue 07 Oct 2003 06:36:23 PM UTC
   
 
Category:  build infrastructure Severity:  3 - Normal
Item Group:  bug Status:  None
Privacy:  Public Open/Closed:  Open
Release: 
Fixed Release: 
Merge Request?:  yes -- diffs included
Your Archive Name: 
Your Archive Location: 
Assigned to:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 03 Feb 2004 07:37:49 PM UTC, comment #2: 

This is fixed, it can be closed. thanks.

Ben Burns <benburns>
Sat 08 Nov 2003 10:28:51 PM UTC, comment #1: 

Actually you need $(SHELL). I've applied a modified patch - it's in rbtcollins@hotmail.com--barch/package-framework--integration--1.0--patch-1

Robert Collins <robertc>
Tue 07 Oct 2003 06:36:23 PM UTC, 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

Ben Burns <benburns>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code