瀏覽代碼

Show module file path in TF_HEADER

Alois Mahdal 6 年之前
父節點
當前提交
fe8d751479
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      tests/TF_HEADER

+ 3
- 0
tests/TF_HEADER 查看文件

@@ -4,4 +4,7 @@
4 4
 
5 5
 echo "version: $(saturnin-demo -V)"
6 6
 echo "binary: $(which saturnin-demo)"
7
+echo "SHELLFU_PATH: ${SHELLFU_PATH:-null}"
8
+echo "shellfu-modules:"
9
+echo "    saturnin_demo_greet: $(shellfu _select_mfile saturnin_demo_greet)"
7 10
 echo "saturnin-version: $(saturnin-demo --saturnin-get-saturnin-version)"