diff options
Diffstat (limited to 'test_layers')
-rwxr-xr-x | test_layers | 2 |
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 |