Merge pull request #8448 from smlng/fix_auto_tests_1801

tests: fix some minor issues with auto tests scripts
This commit is contained in:
Alexandre Abadie 2018-01-26 16:40:20 +01:00 committed by GitHub
commit aaabbdd1d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 9 deletions

View File

@ -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
# #

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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>
# #