chore: fix test on MacOS
This commit is contained in:
parent
462d306184
commit
3fb146fad2
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue