File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/AppInstallerCLIE2ETests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -717,7 +717,7 @@ public void InstallWithPackageDependency_DependenciesOnly()
717717 {
718718 var testDir = TestCommon . GetRandomTestDir ( ) ;
719719 string installDir = TestCommon . GetPortablePackagesDirectory ( ) ;
720- var installResult = TestCommon . RunAICLICommand ( "install" , $ "-q AppInstallerTest.PackageDependencyRequiresPathRefresh -q AppInstallerTest.TestExeInstaller - l { testDir } --dependencies-only") ;
720+ var installResult = TestCommon . RunAICLICommand ( "install" , $ "-q AppInstallerTest.PackageDependencyRequiresPathRefresh -l { testDir } --dependencies-only") ;
721721 Assert . AreEqual ( Constants . ErrorCode . S_OK , installResult . ExitCode ) ;
722722 Assert . True ( installResult . StdOut . Contains ( "Installing dependencies only. The package itself will not be installed." ) ) ;
723723 Assert . True ( installResult . StdOut . Contains ( "Successfully installed" ) ) ;
You can’t perform that action at this time.
0 commit comments