Skip to content

Commit

Permalink
Switched to new mpc binary path in test config
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRondelet committed Mar 26, 2020
1 parent 8f6e0f7 commit de51f4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/format
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ if [ "" == "$1" ] ; then
files=`git ls-files '*.cpp' '*.cc' '*.hpp' '*.hh' '*.tcc'`
for f in $files ; do
echo "FORMATTING $f"
clang-format-8 -style=file -i $f
clang-format -style=file -i $f
done
else
for f in $@ ; do
echo "FORMATTING $f"
clang-format-8 -style=file -i $f
clang-format -style=file -i $f
done
fi
2 changes: 1 addition & 1 deletion testdata/mpc_phase2_server_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"tls_certificate": "cert.pem",
"port": PORT
},
"mpc_tool": "../build/src/mpc/mpc-test"
"mpc_tool": "../build/mpc_tools/mpc_phase2/mpc-test-phase2"
}

0 comments on commit de51f4d

Please sign in to comment.