diff options
author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-10-28 07:51:22 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-10-28 09:34:35 +0000 |
commit | 2a2a0827fa54b2eeb48e0e2090dfc503492ef33e (patch) | |
tree | 4311f7ad34ff98fabcbe4c34e59a970ae4ff4bcf /testing/command.py | |
parent | fb1c0f204e09ba29fa3d360d72231d4ed468c1e4 (diff) |
Rename shiboken2 to shiboken6
Adapt CMake files, build scripts, tests and examples.
Task-number: PYSIDE-904
Change-Id: I4cb5ee4c8df539546014b08202a7b1e98ed3ff07
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'testing/command.py')
-rw-r--r-- | testing/command.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/command.py b/testing/command.py index 886ab3e74..819fee8ce 100644 --- a/testing/command.py +++ b/testing/command.py @@ -160,8 +160,8 @@ def test_project(project, args, blacklist, runs): def main(): # create the top-level command parser start_time = timer() - all_projects = "shiboken2 pyside2 pyside2-tools".split() - tested_projects = "shiboken2 pyside2".split() + all_projects = "shiboken6 pyside2 pyside2-tools".split() + tested_projects = "shiboken6 pyside2".split() parser = argparse.ArgumentParser( formatter_class=argparse.RawDescriptionHelpFormatter, description=dedent("""\ |