Skip to content

Commit c8799c3

Browse files
committed
Let cmake's configure_file command insert the build directory path into run_integrated_tests.sh
1 parent 7373881 commit c8799c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/run_integrated_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
PROJECT_ROOT=$(cd "$(dirname "$0")/.." && pwd)
3+
PROJECT_ROOT=${PROJECT_BINARY_DIR}
44

55
export PYTHONPATH="$PROJECT_ROOT/tools/pylib"
66

0 commit comments

Comments
 (0)