Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 268fe59

Browse files
committed
f
Signed-off-by: Crazykev <[email protected]>
1 parent c79b006 commit 268fe59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci-setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function cheat_cc_setup(){
9999
cat >> $CC_ROOT/Makefile.am <<EOF
100100
runv-generate: \$(GENERATED_FILES)
101101
102-
runv-functional: runv-generate
102+
runv-functional: runv-generate \$(BUNDLE_TEST_PATH)
103103
\$(AM_V_GEN)test -n "\$(BUNDLE_TEST_PATH)" && \
104104
echo "Using bundle '\$(BUNDLE_TEST_PATH)'" || true
105105
@if [ "\$(builddir)" != "\$(srcdir)" ]; then \

0 commit comments

Comments
 (0)