move script to test/ directory

Signed-off-by: Leo Chen <leo@harmony.one>
pull/212/head
Leo Chen 6 years ago
parent 867f106c50
commit 83df76cdca
  1. 2
      test/test_before_submit.sh

@ -1,6 +1,6 @@
#!/bin/bash
DIRROOT=$(dirname $0)
DIRROOT=$(dirname $0)/..
OS=$(uname -s)
go test ./...
Loading…
Cancel
Save