Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
af05d05c
Commit
af05d05c
authored
Jun 27, 2013
by
Will Daly
Committed by
Jean Manuel Nater
Jun 27, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Used dependency to ensure that REPORT_DIR exists before cleaning.
This allows the build to pass in Jenkins
parent
7e6722c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
rakelib/tests.rake
+1
-1
No files found.
rakelib/tests.rake
View file @
af05d05c
...
...
@@ -53,7 +53,7 @@ task :clean_test_files do
sh
(
"git clean -fqdx test_root"
)
end
task
:clean_reports_dir
do
task
:clean_reports_dir
=>
REPORT_DIR
do
desc
"Clean coverage files, to ensure that we don't use stale data to generate reports."
# We delete the files but preserve the directory structure
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment