Commit da227718 authored by Ophélie Gagnard's avatar Ophélie Gagnard

Deactivate the tests when compiling golang.

Explanations: The network tests are failing on OBS' VM for package building. This is a first fix which can be improved later.
parent ceb5e95f
......@@ -19,7 +19,7 @@ shared = true
configure-command = :
location = @@LOCATION@@
make-binary =
make-targets= cd src && unset GOBIN && ./all.bash && cp -alf .. ${:location}
make-targets= cd src && unset GOBIN && ./make.bash && cp -alf .. ${:location}
# some testdata files have an issue with slapos.extension.strip.
post-install = ${findutils:location}/bin/find ${:location}/src -type d -name testdata -exec rm -rf {} \; || true
environment =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment