test: Have integration test read from urandom to trigger JIT

This commit is contained in:
Amaan Cheval 2018-03-20 15:18:41 +05:30 committed by Fabian
parent 6c30b8d2c9
commit 52474abe58

View file

@ -153,7 +153,7 @@ if(cluster.isMaster)
actions: [
{
on_text: "~%",
run: "echo test pas''sed\n"
run: "head -c 10000 /dev/urandom > rand; echo test pas''sed\n"
},
],
},