about summary refs log tree commit diff stats
path: root/mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-28 23:59:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-28 23:59:07 -0700
commitb856e7e15f36939bd5cecf090a2c0d4a26ab7850 (patch)
tree9517cc45737fdbaf676550ed8f839fc9598ff396 /mu
parentc5d5431990361c921dc850d078d85a797d219e06 (diff)
downloadmu-b856e7e15f36939bd5cecf090a2c0d4a26ab7850.tar.gz
3276
Diffstat (limited to 'mu')
-rwxr-xr-xmu5
1 files changed, 2 insertions, 3 deletions
diff --git a/mu b/mu
index 409a0997..57590f88 100755
--- a/mu
+++ b/mu
@@ -11,11 +11,10 @@ make -q || make >&2 || exit 1
 # Might be too clever..
 if [[ $CXXFLAGS && $# -gt 0 && $1 != '--help' ]]  # latter two conditions are to continue printing the help message
 then
-  ./mu_bin --test-only-app "$@"
-  exit 1
+  FLAGS=--test-only-app
 fi
 
-./mu_bin "$@"
+./mu_bin $FLAGS "$@"
 
 # Scenarios considered:
 #   mu