summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarcus Tillmanns <marcus.tillmanns@qt.io>2022-07-14 15:05:18 +0200
committerMarcus Tillmanns <marcus.tillmanns@qt.io>2022-07-18 08:06:06 +0000
commit07cb8876db7f2a7856f5fce6cc7854c4e6ff8b7f (patch)
treed2aebd1fa3df1fc408b4c882674e0878f777c279 /.gitignore
parent825a3a5e7e59da467844e4f5ae8a19a929c7f6e1 (diff)
downloadqt-creator-07cb8876db7f2a7856f5fce6cc7854c4e6ff8b7f.tar.gz
deviceshell: Fix racecondition and long running tests
When writing to stdout and stderr from two processes, their output could become interleaved. To work around that, we write stdout and stderr to different files and later combine them together in the shell script. Since tst_deviceshell tests could run for a long time if /usr folder is too big, added a check that first tests the runtime once. Since we currently only support linux containers, limit the tests to only run if the container platform is linux as well. Change-Id: I4b313596cdf9acc839d54d7cc77c66fd53ac23bf Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0bfdb066a7..de76458a88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,7 @@ tags
ui_*.h
wrapper.bat
wrapper.sh
+debug_toolchain.cmake
# qtcreator generated files
*.creator.user*