Skip to content

Commit

Permalink
Attempt to fix mono 3.x crash in xunit
Browse files Browse the repository at this point in the history
  • Loading branch information
grumpydev committed Jun 20, 2013
1 parent 398b685 commit 4f2af90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xunit/xunitmono.sh
@@ -1,4 +1,4 @@
#!/bin/sh
BASEDIR=$(dirname $0)

mono ${BASEDIR}/xunit.console.clr4.x86.exe $*
mono -O=-gshared ${BASEDIR}/xunit.console.clr4.x86.exe $*

0 comments on commit 4f2af90

Please sign in to comment.