chore: bin/lake -> bin/Lake
Reason: casing matters on Linux
This commit is contained in:
parent
e441c40a3d
commit
4e61320225
2 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
set -ex
|
||||
|
||||
./build/bin/lake --version
|
||||
./build/bin/lake self-check
|
||||
./build/bin/Lake --version
|
||||
./build/bin/Lake self-check
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@ set -ex
|
|||
|
||||
# Test `new`
|
||||
|
||||
../../build/bin/lake new helloNew
|
||||
../../build/bin/Lake new helloNew
|
||||
|
||||
cd helloNew
|
||||
../../../build/bin/lake build-bin
|
||||
../../../build/bin/Lake build-bin
|
||||
./build/bin/helloNew
|
||||
cd ..
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ cd ..
|
|||
|
||||
mkdir helloInit
|
||||
cd helloInit
|
||||
../../../build/bin/lake init helloInit
|
||||
../../../build/bin/Lake init helloInit
|
||||
|
||||
../../../build/bin/lake build-bin
|
||||
../../../build/bin/Lake build-bin
|
||||
./build/bin/helloInit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue