Merge pull request #8448 from smlng/fix_auto_tests_1801
tests: fix some minor issues with auto tests scripts
This commit is contained in:
commit
aaabbdd1d3
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim:fenc=utf-8
|
# vim:fenc=utf-8
|
||||||
#
|
#
|
||||||
|
|||||||
@ -7,6 +7,4 @@ DISABLE_MODULE += auto_init
|
|||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
test:
|
test:
|
||||||
# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`.
|
tests/01-run.py
|
||||||
# So clears `TERMFLAGS` before run.
|
|
||||||
TERMFLAGS= tests/01-run.py
|
|
||||||
|
|||||||
@ -7,6 +7,4 @@ DISABLE_MODULE += auto_init
|
|||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
test:
|
test:
|
||||||
# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`.
|
tests/01-run.py
|
||||||
# So clears `TERMFLAGS` before run.
|
|
||||||
TERMFLAGS= tests/01-run.py
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim:fenc=utf-8
|
# vim:fenc=utf-8
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Copyright (C) 2017 Michel Rottleuthner <michel.rottleuthner@haw-hamburg.de>
|
# Copyright (C) 2017 Michel Rottleuthner <michel.rottleuthner@haw-hamburg.de>
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user