Skip to content

Commit

Permalink
Craigs-MacBook-Pro.local
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Aug 28, 2023
1 parent 6c08e10 commit 0849f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
11 changes: 0 additions & 11 deletions cfbs.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@
"added_by": "cfbs add",
"steps": ["run ./prepare.sh -y", "copy ./ ./"]
},
{
"name": "./src/",
"description": "Local subdirectory added using cfbs command line",
"tags": ["local"],
"added_by": "cfbs add",
"steps": [
"directory ./ services/cfbs/src/",
"policy_files services/cfbs/src/",
"bundles www"
]
},
{
"name": "./tests/",
"description": "Local subdirectory added using cfbs command line",
Expand Down
5 changes: 2 additions & 3 deletions tests/www-test.cf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body file control
{
inputs => {
"${sys.libdir}/testing.cf",
"${this.promise_dirname}/../src/www.cf"
"$(sys.policy_entry_dirname)/../../policy/www.cf"
};
}

Expand All @@ -16,7 +16,7 @@ bundle agent test
bundle agent check
{
classes:
"dir_exists" expressions => isdir("/src/www");
"dir_exists" expression => isdir("/src/www");

methods:
"Register test case"
Expand All @@ -28,7 +28,6 @@ bundle agent check
"junit report"
usebundle => testing_junit_report( "/tmp/test-result.xml" );
}
}

bundle agent __main__
{
Expand Down

0 comments on commit 0849f7d

Please sign in to comment.