Skip to content

Commit

Permalink
fix path of test_common.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 committed Feb 23, 2024
1 parent c52b7d7 commit ada6c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildozer/buildozer_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ die () {
[[ "$1" =~ external/* ]] && buildozer="${{1#external/}}" || buildozer="$TEST_WORKSPACE/$1"
buildozer="$(rlocation "$buildozer")"

source $TEST_SRCDIR/buildtools/buildozer/test_common.sh
source $TEST_SRCDIR/_main/buildozer/test_common.sh

## TEST INPUTS

Expand Down

0 comments on commit ada6c6d

Please sign in to comment.