diff --git a/dev/test.sh b/dev/test.sh index fb108615c..6c4efc55c 100755 --- a/dev/test.sh +++ b/dev/test.sh @@ -36,7 +36,7 @@ for i in $TESTS ; do if $TEST == true; then for goldfn in tests/golden/${outbase%.vd*}.*; do - PYTHONPATH=. bin/vd --debug --confirm-overwrite=False --play "$i" --batch --output "$goldfn" --config tests/.visidatarc --visidata-dir tests/.visidata + PYTHONPATH=. bin/vd --confirm-overwrite=False --play "$i" --batch --output "$goldfn" --config tests/.visidatarc --visidata-dir tests/.visidata echo "save: $goldfn" done fi diff --git a/tests/save-jsonla.vdj b/tests/save-jsonla.vdj index d759a824d..ce1242578 100644 --- a/tests/save-jsonla.vdj +++ b/tests/save-jsonla.vdj @@ -1,7 +1,6 @@ #!vd -p -{"longname": "open-file", "input": "sample_data/sample.tsv", "keystrokes": "o"} +{"sheet": null, "col": null, "row": null, "longname": "open-file", "input": "sample_data/sample.tsv", "keystrokes": "o", "comment": null} {"sheet": "sample", "col": "Units", "row": "", "longname": "type-int", "input": "", "keystrokes": "#", "comment": "set type of current column to int"} {"sheet": "sample", "col": "Unit_Cost", "row": "", "longname": "type-float", "input": "", "keystrokes": "%", "comment": "set type of current column to float"} {"sheet": "sample", "col": "Total", "row": "", "longname": "type-float", "input": "", "keystrokes": "%", "comment": "set type of current column to float"} {"sheet": "sample", "col": "OrderDate", "row": "", "longname": "type-date", "input": "", "keystrokes": "@", "comment": "set type of current column to date"} -{"sheet": "sample", "col": "", "row": "", "longname": "save-sheet", "input": "tests/golden/save-jsonla.jsonla", "keystrokes": "Ctrl+S", "comment": "save current sheet to filename in format determined by extension (default .tsv)"}