Attention is currently required from: daniel, laforge, lynxis lazus, pespin.
1 comment:
File tests/vty/Makefile.am:
Patch Set #15, Line 35: ss7_asp_test.vty \
This is still wrong, but I don't think it explains the build failures in the jenkins job. […]
this fixes it:
```diff
diff --git a/tests/vty/Makefile.am b/tests/vty/Makefile.am
index 2d2ff87..ce96380 100644
--- a/tests/vty/Makefile.am
+++ b/tests/vty/Makefile.am
@@ -46,7 +46,7 @@ vty-transcript-test-stp: $(top_builddir)/stp/osmo-stp
osmo_verify_transcript_vty.py -v \
-n OsmoSTP -p 4239 \
-r "$(top_builddir)/stp/osmo-stp -c $(top_srcdir)/doc/examples/osmo-stp-multihome.cfg" \
- $(U) $(srcdir)/$(VTY_TEST_STP)
+ $(U) $(patsubst %,$(srcdir)/%,$(VTY_TEST_STP))
# Run a specific test with: 'make vty-test VTY_TEST_ASP=ss7_asp_test.vty'
VTY_TEST_ASP ?= ss7_asp_*.vty
```
To view, visit change 41309. To unsubscribe, or for help writing mail filters, visit settings.