Skip to content

Commit

Permalink
Minor fix after changing logs folder (#573)
Browse files Browse the repository at this point in the history
Co-authored-by: hasan7n <[email protected]>
  • Loading branch information
VukW and hasan7n committed Apr 5, 2024
1 parent 41599f5 commit d8f6a88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/tests_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ DIRECTORY="${DIRECTORY:-/tmp/medperf_test_files}"
CLEANUP="${CLEANUP:-false}"
FRESH="${FRESH:-false}"
MEDPERF_STORAGE=~/.medperf
MEDPERF_LOG_STORAGE=~/.medperf_logs
SERVER_STORAGE_ID="$(echo $SERVER_URL | cut -d '/' -f 3 | sed -e 's/[.:]/_/g')"
TIMEOUT="${TIMEOUT:-30}"
VERSION_PREFIX="/api/v0"
Expand Down Expand Up @@ -46,7 +47,7 @@ checkFailed(){
fi
echo $1
echo "medperf log:"
tail "$MEDPERF_STORAGE/logs/medperf.log"
tail "$MEDPERF_LOG_STORAGE/medperf.log"
if ${CLEANUP}; then
clean
fi
Expand Down

0 comments on commit d8f6a88

Please sign in to comment.