diff options
author | dvs1 | 2024-10-25 12:23:33 +1000 |
---|---|---|
committer | dvs1 | 2024-10-25 12:23:33 +1000 |
commit | 2377cebfcf7fa73a7b2aa676b264072573c7d403 (patch) | |
tree | 033e3224292f6fea3f641fd92972fb36bd3565ab /test_.lua | |
parent | Support config files now. (diff) | |
download | JackOnAllDevices-2377cebfcf7fa73a7b2aa676b264072573c7d403.zip JackOnAllDevices-2377cebfcf7fa73a7b2aa676b264072573c7d403.tar.gz JackOnAllDevices-2377cebfcf7fa73a7b2aa676b264072573c7d403.tar.bz2 JackOnAllDevices-2377cebfcf7fa73a7b2aa676b264072573c7d403.tar.xz |
Print the status of some more tests.
Diffstat (limited to '')
-rwxr-xr-x | test_.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -104,7 +104,7 @@ __[[#!/bin/bash | |||
104 | ]]:log():show():Do() | 104 | ]]:log():show():Do() |
105 | print('') | 105 | print('') |
106 | 106 | ||
107 | __[[#!/usr/bin/tcc -run | 107 | print(__[[#!/usr/bin/tcc -run |
108 | #include <tcclib.h> | 108 | #include <tcclib.h> |
109 | 109 | ||
110 | int main() | 110 | int main() |
@@ -112,7 +112,7 @@ __[[#!/usr/bin/tcc -run | |||
112 | printf("Hello world from C.\n"); | 112 | printf("Hello world from C.\n"); |
113 | return 0; | 113 | return 0; |
114 | } | 114 | } |
115 | ]]:log():show():Do() | 115 | ]]:log():show():Do().status) |
116 | print('') | 116 | print('') |
117 | 117 | ||
118 | __[[#!/usr/bin/env luajit | 118 | __[[#!/usr/bin/env luajit |