From 2b4dafee6be6834deb04484d4e6ff23355cee627 Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Fri, 19 Jan 2024 15:35:11 -0500 Subject: fix experimental option test --- test/option/option--experimental.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/option/option--experimental.py b/test/option/option--experimental.py index 2ad189e..2929eeb 100755 --- a/test/option/option--experimental.py +++ b/test/option/option--experimental.py @@ -37,7 +37,7 @@ tests = [ ('.', []), ('--experimental=ninja', ['ninja']), ('--experimental=legacysched', ['legacysched']), - ('--experimental=all', ['ninja', 'legacysched', 'transporter', 'warp_speed']), + ('--experimental=all', ['legacysched', 'ninja', 'transporter', 'warp_speed']), ('--experimental=none', []), ] @@ -51,7 +51,7 @@ Experimental=%s test.run(arguments='--experimental=warp_drive', stderr="""usage: scons [OPTIONS] [VARIABLES] [TARGETS] -SCons Error: option --experimental: invalid choice: 'warp_drive' (choose from 'all','none','legacysched',ninja','transporter','warp_speed') +SCons Error: option --experimental: invalid choice: 'warp_drive' (choose from 'all','none','legacysched','ninja','transporter','warp_speed') """, status=2) -- cgit v0.12