From a2af4dedac491383c0c0169e75d32396a6ffd019 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 17 May 2020 22:55:53 -0700 Subject: mu.subx: start tracking remaining failing tests We're now passing CI again. --- test_apps | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'test_apps') diff --git a/test_apps b/test_apps index 6a637fcd..6cca4292 100755 --- a/test_apps +++ b/test_apps @@ -283,18 +283,18 @@ test `uname` = 'Linux' && { echo } -#? echo mu -#? cat init.$OS [0-9]*.subx apps/mu.subx | apps/braces | apps/calls | apps/sigils > a.sigils -#? ./bootstrap translate a.sigils -o apps/mu -#? [ "$1" != record ] && git diff --exit-code apps/mu -#? test $EMULATED && { -#? ./bootstrap run apps/mu test -#? echo -#? } -#? test `uname` = 'Linux' && { -#? apps/mu test -#? echo -#? } +echo mu +cat init.$OS [0-9]*.subx apps/mu.subx | apps/braces | apps/calls | apps/sigils > a.sigils +./bootstrap translate a.sigils -o apps/mu +[ "$1" != record ] && git diff --exit-code apps/mu +test $EMULATED && { + ./bootstrap run apps/mu test + echo +} +test `uname` = 'Linux' && { + apps/mu test + echo +} test $NATIVE || exit 0 echo "== translating using SubX (native only)" -- cgit 1.4.1-2-gfad0