Skip to content
Snippets Groups Projects
Commit 08aa3398 authored by Benjamin Jakimow's avatar Benjamin Jakimow
Browse files
parent 0428af29
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.2: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils 0.16: http://docutils.sourceforge.net/" />
<title>Changelog</title>
<style type="text/css">
......
......@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.2: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils 0.16: http://docutils.sourceforge.net/" />
<title>&lt;string&gt;</title>
<style type="text/css">
......
......@@ -24,17 +24,19 @@ pipelines:
- ps aux | grep X
- DISPLAY=:1.0
- export DISPLAY
#- QT_QPA_PLATFORM=offscreen
#- export QT_QPA_PLATFORM
- mkdir test-reports
- git lfs install
- git lfs fetch
- git lfs pull
- git lfs checkout
- python3 make/setuprepository.py
#- python3 make/setuprepository.py
#- python3 -m nose2 discover tests "test_*.py" > test-reports/test-report.txt
#- QT_QPA_PLATFORM=offscreen
#- export QT_QPA_PLATFORM
- CI=True
- export CI
- chmod +x runtests.sh
- ./runtests.sh
#- python3 tests/test_init.py
#- CI=True
......
......@@ -21,8 +21,14 @@ python3 make/setuprepository.py
PREFACE_SH = \
"""
#!/bin/bash
# use this script to run unit tests locally
#
QT_QPA_PLATFORM=offscreen
export QT_QPA_PLATFORM
CI=True
export CI
python3 make/setuprepository.py
"""
......
#!/bin/bash
# use this script to run unit tests locally
#
QT_QPA_PLATFORM=offscreen
export QT_QPA_PLATFORM
CI=True
export CI
python3 make/setuprepository.py
mkdir test-reports/today
......
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