We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c49fc commit cc58e80Copy full SHA for cc58e80
QA/common.py
@@ -20,6 +20,8 @@ def execute_jafar_and_miniooni(ooni_exe, outfile, experiment, tag, args):
20
os.remove(tmpoutfile) # just in case
21
execute(
22
[
23
+ "setarch",
24
+ "--addr-no-randomize",
25
"./jafar",
26
"-main-command",
27
"./QA/minioonilike.py {} -n -o '{}' --home /tmp {}".format(
0 commit comments