Skip to content
Snippets Groups Projects
Unverified Commit 7a9f6324 authored by Nicolas Tsiftes's avatar Nicolas Tsiftes Committed by GitHub
Browse files

Merge pull request #1782 from pjonsson/unoverride-hashbang

tests: stop ignoring the hashbang in scripts
parents a5a4bb07 183df607
No related branches found
No related tags found
No related merge requests found
File mode changed from 100644 to 100755
...@@ -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