Skip to content
Snippets Groups Projects
Commit 93f60ed6 authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

update tests to follow changes in rev. 341 (comma in DEBPYTHON_SUPPORTED)

parent d102ecf0
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/make -f
export DEBPYTHON_DEFAULT ?= $(shell sed -rne 's,^default-version = python(.*),\1,p' ../../debian/debian_defaults)
export DEBPYTHON_SUPPORTED ?= $(shell sed -rne '/^supported-versions/{s/^supported-versions = (.*)/\1/g;s/python//g;s/,//g;p}' ../../debian/debian_defaults)
export DEBPYTHON_SUPPORTED ?= $(shell sed -rne '/^supported-versions/{s/^supported-versions = (.*)/\1/g;s/python//g}' ../../debian/debian_defaults)
all: run check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment