diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/end-to-end/target-cache/artifacts-sync.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/end-to-end/target-cache/artifacts-sync.sh b/test/end-to-end/target-cache/artifacts-sync.sh index 5c61a8c1..64003964 100644 --- a/test/end-to-end/target-cache/artifacts-sync.sh +++ b/test/end-to-end/target-cache/artifacts-sync.sh @@ -53,10 +53,10 @@ else if [ "${COMPATIBLE:-}" = "YES" ]; then ARGS="--compatible" - TCDIR="$LBRDIR/protocol-dependent/compatible-sha256/tc" + TCDIR="$LBRDIR/protocol-dependent/generation-0/compatible-sha256/tc" else ARGS="" - TCDIR="$LBRDIR/protocol-dependent/git-sha1/tc" + TCDIR="$LBRDIR/protocol-dependent/generation-0/git-sha1/tc" fi # create common test files |