Bladeren bron

Show module file path in TF_HEADER

Alois Mahdal 6 jaren geleden
bovenliggende
commit
fe8d751479
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  1. 3
    0
      tests/TF_HEADER

+ 3
- 0
tests/TF_HEADER Bestand weergeven

4
 
4
 
5
 echo "version: $(saturnin-demo -V)"
5
 echo "version: $(saturnin-demo -V)"
6
 echo "binary: $(which saturnin-demo)"
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
 echo "saturnin-version: $(saturnin-demo --saturnin-get-saturnin-version)"
10
 echo "saturnin-version: $(saturnin-demo --saturnin-get-saturnin-version)"