Skip to content

Commit a2b7c37

Browse files
committed
skip build steps
1 parent b4d058c commit a2b7c37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

script/run_build

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ source script/functions.sh
66

77
fold "binstub check" check_binstubs
88

9-
fold "specs" run_specs_and_record_done
9+
# fold "specs" run_specs_and_record_done
1010

11-
fold "acceptance" bin/rake acceptance --trace
11+
fold "acceptance" bin/cucumber features/system_specs/system_specs.feature:86
1212

13-
fold "snippets" script/run_snippets.sh
13+
# fold "snippets" script/run_snippets.sh
1414

1515
if documentation_enforced; then
16-
fold "doc check" check_documentation_coverage
16+
# fold "doc check" check_documentation_coverage
1717
fi
1818

19-
fold "one-by-one specs" run_specs_one_by_one
19+
# fold "one-by-one specs" run_specs_one_by_one

0 commit comments

Comments
 (0)