From 2377cebfcf7fa73a7b2aa676b264072573c7d403 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Fri, 25 Oct 2024 12:23:33 +1000 Subject: Print the status of some more tests. --- test_.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_.lua b/test_.lua index 5876ed9..8d52896 100755 --- a/test_.lua +++ b/test_.lua @@ -104,7 +104,7 @@ __[[#!/bin/bash ]]:log():show():Do() print('') -__[[#!/usr/bin/tcc -run +print(__[[#!/usr/bin/tcc -run #include int main() @@ -112,7 +112,7 @@ __[[#!/usr/bin/tcc -run printf("Hello world from C.\n"); return 0; } -]]:log():show():Do() +]]:log():show():Do().status) print('') __[[#!/usr/bin/env luajit -- cgit v1.1