3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-10-08 02:31:56 +00:00
sby/tests/links/more_dirs.sh
Krystine Sherwin 5fffe7eda6
Fix heredoc in sub dir
Also change log to use absolute path for consistency with the copy/link logs.
2025-08-02 10:40:52 +12:00

10 lines
239 B
Bash

#!/bin/bash
set -e
if [[ $TASK == link ]]; then
flags="--setup --link"
else
flags="--setup"
fi
python3 $SBY_MAIN -f $SBY_FILE $TASK $flags
test -e ${WORKDIR}/src/here/dir -a -e ${WORKDIR}/src/a/b/c.v -a -e ${WORKDIR}/src/here/doc