Skip to content

Commit

Permalink
Turn off SDP_PF testing for 2nd test_matpower run (legacy) in Docker …
Browse files Browse the repository at this point in the history
…testing.
  • Loading branch information
rdzman committed Jun 5, 2024
1 parent 84cd212 commit a8ae137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/matpower_docker_tests/matpower_docker_tests_8.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
octave-cli --eval 'mpver'
octave-cli --eval "test_matpower && test_most && ~have_feature('mp_core', 0) && test_matpower && test_mll_main && test_syngrid"
octave-cli --eval "test_matpower && test_most && ~have_feature('mp_core', 0) && ~have_feature('sdp_pf', 0) && test_matpower && test_mll_main && test_syngrid"

0 comments on commit a8ae137

Please sign in to comment.