Skip to content

Commit

Permalink
Fix directory location calls
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Sep 24, 2024
1 parent 141a4e7 commit 87cc277
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/docker/test-helpers
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ dump-logs() {
echo "#- Finish: logs for run ($testID)"
echo "#---------------------------------"
echo
./scripts/log-upload $TEST_DIR
./tests/docker/log-upload $TEST_DIR
}
export -f dump-logs

Expand Down
2 changes: 1 addition & 1 deletion tests/docker/test-runner
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -x -e
cd $(dirname $0)/..
cd $(dirname $0)/../..

# ---

Expand Down

0 comments on commit 87cc277

Please sign in to comment.