Commit aa9a2c64 authored by nik's avatar nik
Browse files

build scripts: removed reference to obsolete cucumber tests for old gant scripts

parent 993f405f
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -107,5 +107,5 @@ target('run_tests': 'Run java tests') {
}
target('default' : "Run all tests") {
depends([compile, run_tests, run_cucumber_tests])
depends([compile, run_tests])
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment