Skip to content

Commit

Permalink
run_tests: use .bash suffix in import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
seletskiy committed Jun 10, 2016
1 parent a7a3d32 commit cbfed8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"

source "vendor/github.com/reconquest/import.bash/import.bash"

import:source "github.com/reconquest/hastur"
import:source "github.com/reconquest/containers"
import:source "github.com/reconquest/progress"
import:source "github.com/reconquest/test-runner"
import:source "github.com/reconquest/hastur.bash"
import:source "github.com/reconquest/containers.bash"
import:source "github.com/reconquest/progress.bash"
import:source "github.com/reconquest/test-runner.bash"
import:source "github.com/reconquest/tests.sh"
import:source "github.com/reconquest/go-test"
import:source "github.com/reconquest/go-test.bash"

import:include tests/ssh.sh
import:include tests/build.sh
Expand Down

0 comments on commit cbfed8f

Please sign in to comment.