Skip to content

Commit 85fe9d3

Browse files
committed
Removing test workaround on mono, fixed in xunit
1 parent 2b145de commit 85fe9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ dnu install xunit.runner.dnx 2.1.0-beta4-* -s https://www.myget.org/F/xunit/
1919
cd ../../
2020
dnu restore
2121
rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi
22-
LD_LIBRARY_PATH=./mdb/libraries/liblmdb/:$LD_LIBRARY_PATH dnx ./tests/LightningDB.Tests test -parallel none
22+
LD_LIBRARY_PATH=./mdb/libraries/liblmdb/:$LD_LIBRARY_PATH dnx ./tests/LightningDB.Tests test
2323
rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi

0 commit comments

Comments
 (0)