chore: fix test on MacOS

This commit is contained in:
tydeu 2023-06-08 14:05:04 -04:00
parent 462d306184
commit 3fb146fad2

View file

@ -19,7 +19,8 @@ ${LAKE} build -KleancArgs=-DBAR | tee -a ../produced.out
${LAKE} build
echo "# link args" | tee -a ../produced.out
${LAKE} build -KlinkArgs=-Lbuild/lib | tee -a ../produced.out
# Use `head -n1` to avoid extranous warnings on MacOS with current Lean
${LAKE} build -KlinkArgs=-Lbuild/lib | head -n1 | tee -a ../produced.out
# test
if [ "$OS" = Windows_NT ]; then