Skip to content

Commit

Permalink
Remove debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Jun 8, 2019
1 parent 6d54ba6 commit 2d93d00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions test/create_account.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/sh
pwd
ls -la
ls -la ../
cd tmp-project
timestamp=$(date +%s)
testaccount=testaccount$timestamp
Expand Down
1 change: 0 additions & 1 deletion test/index.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
set -ex
env
./test/new_project.sh
./test/create_account.sh
8 changes: 4 additions & 4 deletions test/new_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ rm -rf tmp-project
mkdir tmp-project
cd tmp-project
../bin/near new_project
#yarn
#yarn remove near-shell
#yarn add ../../
#NODE_ENV=development yarn test
yarn
yarn remove near-shell
yarn add ../../
NODE_ENV=development yarn test
cd ..
rm -rf tmp-project

Expand Down

0 comments on commit 2d93d00

Please sign in to comment.