Skip to content
Snippets Groups Projects
Unverified Commit aaabbdd1 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #8448 from smlng/fix_auto_tests_1801

tests: fix some minor issues with auto tests scripts
parents c2400083 d57f3222
No related branches found
No related tags found
No related merge requests found
#! /usr/bin/env python
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
#
......
......@@ -7,6 +7,4 @@ DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include
test:
# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`.
# So clears `TERMFLAGS` before run.
TERMFLAGS= tests/01-run.py
tests/01-run.py
......@@ -7,6 +7,4 @@ DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include
test:
# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`.
# So clears `TERMFLAGS` before run.
TERMFLAGS= tests/01-run.py
tests/01-run.py
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
......
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (C) 2017 Michel Rottleuthner <michel.rottleuthner@haw-hamburg.de>
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment