Skip to content

Commit

Permalink
Issue #4: successful and clean create/delete cycle; TDProjectCommandT…
Browse files Browse the repository at this point in the history
…ests are passing ... TDGemStoneCommandTests remaining
  • Loading branch information
dalehenrich committed Aug 8, 2023
1 parent e6c26a2 commit 4fa4f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ customizeCustomEnv: exportDict stoneSpec: stoneSpec
{'GS_SHARED'.
(stoneSpec todeHome , '/shared')}.
{'GS_SERVER_STONES'.
(stoneSpec todeHome , 'sys/local/server/stones')}.
(stoneSpec todeHome , '/sys/local/server/stones')}.
{'GS_SYS'.
(stoneSpec todeHome , '/sys')}}
do: [ :ar | exportDict at: (ar at: 1) put: (ar at: 2) ]
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ destroyStoneStructure: stoneSpec
sessionsFile ensureDelete.
todeMetaDataDir := todeHomeDir / 'sys' / 'local' / 'server' / 'stones'
/ stoneSpec stoneName.
todeMetaDataDir ensureDelete
todeMetaDataDir ensureDeleteAll

0 comments on commit 4fa4f30

Please sign in to comment.