Skip to content

Commit a9afefe

Browse files
committed
change folder structure
1 parent 92dac18 commit a9afefe

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

dev.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ sudo chmod +x /usr/local/bin/docker-compose
4242
4343
```
4444

45+
## load and test module
46+
```
47+
48+
zpm "load /home/irisowner/irisdev"
49+
50+
zpm "test dc-sample"
51+
```
52+
4553
## select zpm test registry
4654
```
4755
repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -user test -pass PassWord42

module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Version>1.0.6</Version>
77
<Description>Basic InterSystems IRIS Development Template</Description>
88
<Packaging>module</Packaging>
9-
<SourcesRoot>src/iris</SourcesRoot>
9+
<SourcesRoot>src</SourcesRoot>
1010
<Resource Name="dc.sample.PKG"/>
1111
<UnitTest Name="/tests" Package="dc.sample.unittests" Phase="test"/>
1212

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Class dc.sample.ObjectScript
33

44
ClassMethod Test() As %Status
55
{
6-
set a=42
6+
set a=43
77
write "Hello World!",!
88
write "This is InterSystems IRIS with version ",$zv,!
99
write "Current time is: "_$zdt($h,2)

0 commit comments

Comments
 (0)