From c0d37cee02ad48160d1a5a9e187bc4721c3684be Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 9 Mar 2019 20:03:46 -0800 Subject: 4998 Start running binaries natively in test_layers as well. CI is still broken; need to investigate where my SubX emulation has a discrepancy with native x86. --- subx/test_layers | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/subx/test_layers b/subx/test_layers index 288fab10..523d82b8 100755 --- a/subx/test_layers +++ b/subx/test_layers @@ -23,4 +23,9 @@ do echo "=== $f" ./subx translate $(../enumerate/enumerate --until $f |grep '\.subx$') -o foo && ./subx run foo echo + test `uname` = 'Linux' && { + chmod +x foo + ./foo + echo + } done -- cgit 1.4.1-2-gfad0