Skip to content

Commit abdedce

Browse files
committed
vbnc: Update profiling script after the move to 4.0
1 parent cf67656 commit abdedce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vbnc/vbnc/tests/SelfTest/profile.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/bash -ex
22

33
make -C ../../../
4-
cp ../../../../class/lib/vbnc/vbnc.* .
5-
cp ../../../../class/lib/vbnc/Mono.Cecil* .
4+
cp ../../../../class/lib/net_4_0/vbnc.* .
5+
cp ../../../../class/lib/net_4_0/Mono.Cecil* .
66

77
# make sure we're using an updated binary
88
rerun.sh && rerun.sh
99

10-
rm output.mlpd
10+
rm -f output.mlpd
1111
mono --profile=log:nocalls,zip vbnc.exe @SelfCompileLinux.response -out:vbnc.profile.exe
1212
I=1
1313
while test -e profile$I.log; do

0 commit comments

Comments
 (0)