We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf67656 commit abdedceCopy full SHA for abdedce
vbnc/vbnc/tests/SelfTest/profile.sh
@@ -1,13 +1,13 @@
1
#!/bin/bash -ex
2
3
make -C ../../../
4
-cp ../../../../class/lib/vbnc/vbnc.* .
5
-cp ../../../../class/lib/vbnc/Mono.Cecil* .
+cp ../../../../class/lib/net_4_0/vbnc.* .
+cp ../../../../class/lib/net_4_0/Mono.Cecil* .
6
7
# make sure we're using an updated binary
8
rerun.sh && rerun.sh
9
10
-rm output.mlpd
+rm -f output.mlpd
11
mono --profile=log:nocalls,zip vbnc.exe @SelfCompileLinux.response -out:vbnc.profile.exe
12
I=1
13
while test -e profile$I.log; do
0 commit comments