Skip to content

Commit

Permalink
Slave counters test script: Resolve symlinks in path used with pytest…
Browse files Browse the repository at this point in the history
…. See #191
  • Loading branch information
tswilliams committed Apr 30, 2021
1 parent 4a433eb commit 755bd19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ci/test-run-sim-slave-counters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@


SH_SOURCE=${BASH_SOURCE}
IPBUS_PATH=$(cd $(dirname ${SH_SOURCE})/../.. && pwd)
WORK_ROOT=$(cd ${IPBUS_PATH}/../.. && pwd)
IPBUS_PATH=$(readlink -f $(cd $(dirname ${SH_SOURCE})/../.. && pwd))
WORK_ROOT=$(cd $(dirname ${SH_SOURCE})/../../../.. && pwd)
PROJ=sim_ctr_slaves

# Stop on the first error
Expand Down

0 comments on commit 755bd19

Please sign in to comment.