about summary refs log tree commit diff stats
path: root/test_layers
diff options
context:
space:
mode:
Diffstat (limited to 'test_layers')
-rwxr-xr-xtest_layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_layers b/test_layers
index a59f4064..c0721d92 100755
--- a/test_layers
+++ b/test_layers
@@ -16,7 +16,7 @@
 
 if [[ $1 == one-off ]]
 then
-  make
+  ./build
   ./mu_bin test || exit 1
   exit 0
 fi