Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Sep 20, 2019
1 parent 69e8dad commit 4281155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
OVERALL_RESULT=$(true)
OVERALL_RESULT=0
for test in ./test/test_*; do
echo ""
echo "Running $test"
Expand Down
2 changes: 2 additions & 0 deletions test/test_account_operations.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
set -ex
rm -rf tmp-project
./bin/near new_project 'tmp-project'
cd tmp-project
timestamp=$(date +%s)
testaccount=testaccount$timestamp
Expand Down

0 comments on commit 4281155

Please sign in to comment.