Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#4747 from habibayassin/or-del…
Browse files Browse the repository at this point in the history
…ta-fix

fix directory
  • Loading branch information
vvbandeira authored Mar 11, 2024
2 parents 85f541b + eac523e commit ca905ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/test_delta_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# variable names such as $(false), unused variables, etc.
set -ue -o pipefail

cd "$(dirname $(readlink -f $0))/../flow"
cd "$(dirname $(readlink -f $0))"
cd ../../../flow

testname=uart

Expand Down

0 comments on commit ca905ef

Please sign in to comment.