summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck8
1 files changed, 6 insertions, 2 deletions
diff --git a/check b/check
index 8dd8cd6..3aae052 100755
--- a/check
+++ b/check
@@ -22,9 +22,13 @@ for file in vmdb/plugins/*.py; do
done
echo
-if false && command -v subplot >/dev/null; then
+if command -v subplot >/dev/null; then
echo Running Subplot ============================================
- subplot vmdb2.md -o test.py --run
+ subplot codegen vmdb2.subplot -o test.py
+ rm -f test.log
+ if ! python3 test.py --log test.log; then
+ cat test.log
+ fi
echo
fi