We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d510c commit 6f3fe28Copy full SHA for 6f3fe28
1 file changed
acceptance/bundle/select/missing/script
@@ -1,8 +1,2 @@
1
-# Selectors are resolved by the ResolveSelect mutator during initialize, before the
2
-# engine is known, so these errors are identical on both engines.
3
-
4
-# Unqualified name that matches no resource.
5
-errcode trace $CLI bundle plan --select no_such_resource
6
7
-# Qualified name whose resource does not exist.
8
-errcode trace $CLI bundle plan --select jobs.no_such_job
+trace musterr $CLI bundle plan --select no_such_resource
+trace musterr $CLI bundle deploy --select jobs.no_such_job
0 commit comments