Skip to content

Commit 1e1f2d9

Browse files
committed
Use system bats
1 parent fe19f12 commit 1e1f2d9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

agent/bin/run_tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -e
44

55
java -version
66

7-
source ./bin/test_install
7+
./bin/test_install
88

99
./bin/test_run "$@"

agent/bin/test_run

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
export PATH="$BATS_DIR"/bin:"$BASHUNIT_DIR":$PATH
5-
64
shopt -s extglob
75
set -x
86

0 commit comments

Comments
 (0)