diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-01-03 23:54:54 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-01-03 23:54:54 -0800 |
commit | e3118458b003e5c2378a08807beab92c24de5bdb (patch) | |
tree | 469a4a1864069355ae1684b1ecde3837463764bd /subx | |
parent | 0ee4ff8193d7799e2c70bf0ce3faad1dba21402e (diff) | |
download | mu-e3118458b003e5c2378a08807beab92c24de5bdb.tar.gz |
4903
Diffstat (limited to 'subx')
-rwxr-xr-x | subx/test_apps | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/subx/test_apps b/subx/test_apps index 62df1fe4..3882066b 100755 --- a/subx/test_apps +++ b/subx/test_apps @@ -130,10 +130,8 @@ echo handle CFLAGS=-g ./subx translate *.subx apps/handle.subx -o apps/handle [ "$1" != record ] && git diff --quiet apps/handle CFLAGS=-g ./subx run apps/handle 2>&1 |grep -q 'lookup failed' -echo test `uname` = 'Linux' && { apps/handle test 2>&1 |grep -q 'lookup failed' - echo } echo factorial |