Skip to content
Snippets Groups Projects
Commit 183df607 authored by Peter A. Jonsson's avatar Peter A. Jonsson
Browse files

tests: stop overriding hashbang in scripts

Execute scripts directly so they use
the specified interpreter + parameters
in the first line.

This aligns the behavior between running
scripts through make and manually in
the shell.
parent 3bc04abc
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ summary: $(TESTLOGS) ...@@ -12,7 +12,7 @@ summary: $(TESTLOGS)
%.testlog: %.sh %.testlog: %.sh
@echo "========== Running script test $(basename $@).sh ==========" @echo "========== Running script test $(basename $@).sh =========="
@bash "$(basename $@).sh" "$(CONTIKI)" @./"$(basename $@).sh" "$(CONTIKI)"
clean: clean:
@rm -f *.*log report summary @rm -f *.*log report summary
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment