File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
tests/integration_tests/Test/PM/Integration Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ Class Test.PM.Integration.BuildDependencyGraph Extends Test.PM.Integration.Base
33
44Method OnBeforeAllTests () As %Status
55{
6- set sc = $$$OK
76 kill ^IPMTest
87 set ^IPMTest (" BuildDependencyGraphCount" ) = 0
8+
9+ set sc = ##class (%IPM.Main ).Shell (" repo -n build-dependency-graph -fs -path /home/irisowner/zpm/tests/integration_tests/Test/PM/Integration/_data/build-dependency-graph-loop/" )
10+ do $$$AssertStatusOK(sc , " Created build-dependency-graph repo successfully." )
911 return sc
1012}
1113
@@ -33,8 +35,10 @@ Method TestBuildDependencyGraphCount()
3335
3436Method OnAfterAllTests () As %Status
3537{
36- set sc = $$$OK
3738 kill ^IPMTest
39+
40+ set sc = ##class (%IPM.Main ).Shell (" repo -delete -name build-dependency-graph" )
41+ do $$$AssertStatusOK(sc , " Deleted build-dependency-graph repo successfully." )
3842 return sc
3943}
4044
You can’t perform that action at this time.
0 commit comments