Skip to content

Commit

Permalink
Does chmod help?
Browse files Browse the repository at this point in the history
  • Loading branch information
frcroth committed Nov 4, 2024
1 parent 152acca commit 1d72230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/End2EndSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class End2EndSpec(arguments: Arguments) extends Specification with GuiceFakeAppl
if (!dataDirectory.exists()) {
dataDirectory.mkdirs()
}
"chmod 777 binaryData/Organization_X".run()
val testDatasetZip = new File(testDatasetPath)
if (!testDatasetZip.exists()) {
throw new Exception("Test dataset zip file does not exist.")
Expand Down

0 comments on commit 1d72230

Please sign in to comment.