-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tundra:test implementation to work correctly by fixing .gitignore
to not ignore the implementation service
- Loading branch information
Showing
5 changed files
with
461 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
*.bak | ||
Thumbs.db | ||
.DS_Store | ||
ns/tundra/support/test | ||
ns/tundra/support/test/* | ||
!ns/tundra/support/test/node.idf | ||
!ns/tundra/support/test/execute |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<Values version="2.0"> | ||
<value name="name">execute</value> | ||
<value name="encodeutf8">true</value> | ||
<value name="body">SURhdGFDdXJzb3IgY3Vyc29yID0gcGlwZWxpbmUuZ2V0Q3Vyc29yKCk7Cgp0cnkgewogICAgU3Ry | ||
aW5nIHBhY2thZ2VOYW1lID0gSURhdGFIZWxwZXIuZ2V0KGN1cnNvciwgIiRwYWNrYWdlIiwgU3Ry | ||
aW5nLmNsYXNzLCB0cnVlKTsKICAgIGludCBjb25jdXJyZW5jeSA9IElEYXRhSGVscGVyLmdldE9y | ||
RGVmYXVsdChjdXJzb3IsICIkY29uY3VycmVuY3kiLCBJbnRlZ2VyLmNsYXNzLCAxKTsKICAgIElE | ||
YXRhSGVscGVyLnB1dChjdXJzb3IsICIkcmVzdWx0IiwgVGVzdEhlbHBlci5leGVjdXRlKFBhY2th | ||
Z2VIZWxwZXIuZ2V0UGFja2FnZShwYWNrYWdlTmFtZSksIGNvbmN1cnJlbmN5KSk7Cn0gZmluYWxs | ||
eSB7CiAgICBjdXJzb3IuZGVzdHJveSgpOwp9</value> | ||
</Values> |
Oops, something went wrong.