mirror of
https://github.com/gonum/gonum.git
synced 2025-10-21 06:09:26 +08:00
Add noasm tag to coverage tests
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# with script found at https://github.com/gopns/gopns/blob/master/test-coverage.sh
|
||||
|
||||
echo "mode: set" > acc.out
|
||||
returnval=`go test -v -coverprofile=profile.out`
|
||||
returnval=`go test -v -coverprofile=profile.out -tags noasm`
|
||||
echo ${returnval}
|
||||
if [[ ${returnval} != *FAIL* ]]
|
||||
then
|
||||
@@ -21,7 +21,7 @@ do
|
||||
if ls $Dir/*.go &> /dev/null;
|
||||
then
|
||||
echo $Dir
|
||||
returnval=`go test -v -coverprofile=profile.out $Dir`
|
||||
returnval=`go test -v -coverprofile=profile.out $Dir -tags noasm`
|
||||
echo ${returnval}
|
||||
if [[ ${returnval} != *FAIL* ]]
|
||||
then
|
||||
|
Reference in New Issue
Block a user