mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: change jave executable permissions
parent
66f0752b5f
commit
927bfcf22e
|
@ -64,7 +64,9 @@ public class MultimediaFileMetadata {
|
||||||
}
|
}
|
||||||
log.info(System.getProperty("user.name"));
|
log.info(System.getProperty("user.name"));
|
||||||
this.executeCommand("ls -la /tmp/jave/");
|
this.executeCommand("ls -la /tmp/jave/");
|
||||||
if (iteration < 5) {
|
if (iteration == 0) {
|
||||||
|
this.executeCommand("chmod 777 /tmp/jave/ffmpeg*");
|
||||||
|
} else if (iteration < 5) {
|
||||||
this.processMultimediaFile(iteration++);
|
this.processMultimediaFile(iteration++);
|
||||||
} else {
|
} else {
|
||||||
log.error("Couldn't run jave 5 iterations");
|
log.error("Couldn't run jave 5 iterations");
|
||||||
|
|
Loading…
Reference in New Issue