From d218402a5f2307329167dd0446302a63da1c54e6 Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Sun, 1 Nov 2020 19:25:16 -0600 Subject: [PATCH] fix typo, add test entry for nim --- lxc/test_all_lxc | 2 ++ lxc/versions | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lxc/test_all_lxc b/lxc/test_all_lxc index f2068bd..9882c54 100755 --- a/lxc/test_all_lxc +++ b/lxc/test_all_lxc @@ -31,6 +31,8 @@ echo 'testing asm 32 bit' ../execute asm test.nasm echo 'testing asm 64 bit' ../execute asm64 test64.nasm +echo 'testing nim' +../execute nim test.nim echo 'testing php' ../execute php test.php echo 'testing perl' diff --git a/lxc/versions b/lxc/versions index 31bcd39..b30e2e2 100755 --- a/lxc/versions +++ b/lxc/versions @@ -70,7 +70,8 @@ lxc-attach --clear-env -n piston -- /bin/bash -l -c "nasm -version" echo '---' echo 'nim' -lxc-attack --clear-env -n piston -- /bin/bash -l -c "nim -v | head -n1" +lxc-attach --clear-env -n piston -- /bin/bash -l -c "nim -v | head -n1" +echo '---' echo 'node' lxc-attach --clear-env -n piston -- /bin/bash -l -c "node --version"