File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,14 @@ if [ $FEDORA -eq 0 ]; then
28
28
29
29
./autogen.sh || exit 1
30
30
31
- # Not all the libraries for py3 exist
32
- ./configure --with-python2 || exit 1
31
+ ./configure --without-smispy || exit 1
33
32
34
33
V=1 make || exit 1
35
34
36
35
# Setup some symlinks
36
+ # We don't have pywbem available, remove plugin so we don't fail when we test for available plugins
37
+ # Note: we should likely just leverage the make install to custom location to avoid all this.
38
+ rm -rf ` pwd` /plugin/smispy_plugin || exit 1
37
39
ln -s ` pwd` /plugin ` pwd` /python_binding/lsm/plugin || exit 1
38
40
ln -s ` pwd` /tools/lsmcli ` pwd` /python_binding/lsm || exit 1
39
41
ln -s ` pwd` /python_binding/lsm/.libs/* .so ` pwd` /python_binding/lsm/. || exit 1
Original file line number Diff line number Diff line change 150
150
151
151
# get/build/run or install libstoragemgmt tests
152
152
# Need to update lsm for latest ubuntu
153
- # ./test/lsm_test.sh
154
-
155
- echo " skipping libStorageMgmt testing ..."
153
+ ./test/lsm_test.sh
156
154
157
155
rc=$?
158
156
if [ $rc -ne 0 ]; then
You can’t perform that action at this time.
0 commit comments