From 7b1acbc86903a8ea9cd1e6244dfb1ddfe8b277d7 Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Wed, 27 Jan 2021 11:40:39 -0600 Subject: [PATCH] move osabie up in tests --- lxc/tests/_run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxc/tests/_run b/lxc/tests/_run index fcd9249..676b8cb 100755 --- a/lxc/tests/_run +++ b/lxc/tests/_run @@ -44,6 +44,8 @@ echo -n 'testing nim = ' ../../cli/execute nim nim.nim echo -n 'testing node = ' ../../cli/execute node node.js +echo -n 'testing osabie = ' +../../cli/execute osabie osabie.abe echo -n 'testing paradoc = ' ../../cli/execute bash paradoc.sh echo -n 'testing perl = ' @@ -64,5 +66,3 @@ echo -n 'testing typescript = ' ../../cli/execute typescript typescript.ts echo -n 'testing zig = ' ../../cli/execute zig zig.zig -echo -n 'testing osabie = ' -../../cli/execute osabie osabie.abe