about summary refs log tree commit diff stats
path: root/test_apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-14 15:45:24 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-14 15:45:24 -0700
commitf902aa09c2f6541eca84ea654bcdea5bca004bbf (patch)
tree7da7c9941ac0dc8c96af3264654a80bf31d5abc4 /test_apps
parent794ceae0af3e9ff613b6a8176ba8851e23f9f6c8 (diff)
downloadmu-f902aa09c2f6541eca84ea654bcdea5bca004bbf.tar.gz
5510
Stop supporting CFLAGS in CI scripts; they're now meaty enough that I
never run them locally in debug mode.
Diffstat (limited to 'test_apps')
-rwxr-xr-xtest_apps2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_apps b/test_apps
index b8c142be..a59b83a2 100755
--- a/test_apps
+++ b/test_apps
@@ -8,7 +8,7 @@ cd `dirname $0`
 
 test `uname` = 'Linux'  &&  echo 'testing native runs as well'
 
-CFLAGS=$CFLAGS ./build
+./build
 
 echo "== translating and running using C++"