Skip to content

Commit c5e57ce

Browse files
committed
minor update
1 parent 896eb09 commit c5e57ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/regression.sh renamed to ci/regression.sh.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ set -e
1919
# clear blackbox cache
2020
rm -f blackbox.*.cache
2121

22+
XLEN=${XLEN:=@XLEN@}
23+
24+
echo "Vortex Regression Test: XLEN=$XLEN"
25+
2226
split_file() {
2327
if [[ $# -ne 2 ]]; then
2428
echo "Usage: $0 <filename> <start_with>"

0 commit comments

Comments
 (0)