aboutsummaryrefslogtreecommitdiffstats
path: root/test/simple-build-check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/simple-build-check.sh')
-rwxr-xr-xtest/simple-build-check.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh
index 6572a396..daf0b752 100755
--- a/test/simple-build-check.sh
+++ b/test/simple-build-check.sh
@@ -17,12 +17,12 @@ echo KERNEL_DIR: "$KERNEL_DIR"
# with debug
make clean EXTRAS="$EXTRAS" >/dev/null
-make all -j4 $MAKEOPTS DEBUG=true EXTRAS="$EXTRAS" || exit
+make all -j4 $MAKEOPTS DEBUG=true EXTRAS="$EXTRAS" || exit
echo -e "\n\n"
# without any logging
make clean EXTRAS="$EXTRAS" >/dev/null
-make all $MAKEOPTS USE_LOG=false EXTRAS="$EXTRAS" || exit
+make all $MAKEOPTS USE_LOG=false EXTRAS="$EXTRAS" || exit
echo -e "\n\n"
# klibc and debug