File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4949 pdl run ./demos/demo1.pdl | grep 'write a hello'
5050
5151 # 3. `run` subcommand works with UI demos (json source)
52- # demo8 uses a private model? not sure
52+ # demo5,demo6 each depend on an external file, and the interpreter does not currently capture this in the trace
53+ # demo8 currently requires building a model which the interpreter does not directly support
54+ # demo9 takes forever, so... for now skip it
5355 for i in ./src/demos/*.json
54- do if [[ $(basename $i) != "demo8.json" ]] && [[ $(basename $i) != "demo9.json" ]]; then pdl run $i; fi
56+ do if [[ $(basename $i) != "demo5.json" ]] && [[ $(basename $i) != "demo6.json" ]] && [[ $(basename $i) != " demo8.json" ]] && [[ $(basename $i) != "demo9.json" ]]; then pdl run $i; fi
5557 done
5658
5759 - name : Tear down xvfb
You can’t perform that action at this time.
0 commit comments