@@ -33,21 +33,21 @@ test.prepare:
3333 cp -r " $( GNOROOT) /examples/$$ i" " .test/examples/$$ i" ; \
3434 done
3535 # Copy over gnoswap code.
36- cp -R " $( pwd ) /__local/grc20_tokens/*" " .test/examples/gno.land/r/demo" # test tokens
37- cp -R " $( pwd ) /_deploy/r/demo/*" " .test/examples/gno.land/r/demo" # gnft, gns
36+ cp -R " $( PWD ) /__local/grc20_tokens/*" " .test/examples/gno.land/r/demo" # test tokens
37+ cp -R " $( PWD ) /_deploy/r/demo/*" " .test/examples/gno.land/r/demo" # gnft, gns
3838
39- cp -R "$(pwd )/_deploy/p/demo/gnoswap" ".test/examples/gno.land/p/demo" # gnoswap base package
39+ cp -R "$(PWD )/_deploy/p/demo/gnoswap" ".test/examples/gno.land/p/demo" # gnoswap base package
4040
41- cp -r "$(pwd )/_deploy/r/gnoswap" ".test/examples/gno.land/r/gnoswap" # gnoswap base realm
41+ cp -r "$(PWD )/_deploy/r/gnoswap" ".test/examples/gno.land/r/gnoswap" # gnoswap base realm
4242
43- cp -r "$(pwd )/gov" "$(pwd )/pool" "$(pwd )/position" "$(pwd )/router" "$(pwd )/staker" ".test/examples/gno.land/r/" # gnoswap realm
43+ cp -r "$(PWD )/gov" "$(PWD )/pool" "$(PWD )/position" "$(PWD )/router" "$(PWD )/staker" ".test/examples/gno.land/r/" # gnoswap realm
4444
4545 # Move tests
46- mv "$(pwd )/gov/_TEST_/*" ".test/examples/gno.land/r/demo/gov"
47- mv "$(pwd )/pool/_TEST_/*" ".test/examples/gno.land/r/demo/pool"
48- mv "$(pwd )/position/_TEST_/*" ".test/examples/gno.land/r/demo/position"
49- mv "$(pwd )/router/_TEST_/*" ".test/examples/gno.land/r/demo/router"
50- mv "$(pwd )/staker/_TEST_/*" ".test/examples/gno.land/r/demo/staker"
46+ mv "$(PWD )/gov/_TEST_/*" ".test/examples/gno.land/r/demo/gov"
47+ mv "$(PWD )/pool/_TEST_/*" ".test/examples/gno.land/r/demo/pool"
48+ mv "$(PWD )/position/_TEST_/*" ".test/examples/gno.land/r/demo/position"
49+ mv "$(PWD )/router/_TEST_/*" ".test/examples/gno.land/r/demo/router"
50+ mv "$(PWD )/staker/_TEST_/*" ".test/examples/gno.land/r/demo/staker"
5151
5252
5353.PHONY : test
0 commit comments