From f4e609c3a7beb0e900cd28102dd9f226f9e5c437 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 24 May 2020 22:56:08 -0700 Subject: 6401 - have scripts follow the Unix way Stay silent if all is well. I don't agree with this, but it's not like the messages I was printing out were particularly useful. --- translate_subx_emulated | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'translate_subx_emulated') diff --git a/translate_subx_emulated b/translate_subx_emulated index 0eab2c32..0f013dfc 100755 --- a/translate_subx_emulated +++ b/translate_subx_emulated @@ -20,31 +20,14 @@ set -e ./build -echo " braces" cat $* |./bootstrap_bin run apps/braces > a.braces - -echo " calls" cat a.braces |./bootstrap_bin run apps/calls > a.calls - -echo " sigils" cat a.calls |./bootstrap_bin run apps/sigils > a.sigils - -echo " tests" cat a.sigils |./bootstrap_bin run apps/tests > a.tests - -echo " dquotes" cat a.tests |./bootstrap_bin run apps/dquotes > a.dquotes - -echo " assort" cat a.dquotes |./bootstrap_bin run apps/assort > a.assort - -echo " pack" cat a.assort |./bootstrap_bin run apps/pack > a.pack - -echo " survey" cat a.pack |./bootstrap_bin run apps/survey > a.survey - -echo " hex" cat a.survey |./bootstrap_bin run apps/hex > a.elf chmod +x a.elf -- cgit 1.4.1-2-gfad0 tests/unittests/test_muc.h'>log tree commit diff stats
path: root/tests/unittests/test_muc.h
blob: 8df54a5d8c0ad7dd97b611abdd3759fa92a7e33b (plain) (blame)
1
2
3
4
5
6
7
8
9