aboutsummaryrefslogtreecommitdiff
path: root/runtest.rb
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-11-09 13:39:14 -0800
committerColin Cross <ccross@android.com>2015-11-09 15:54:25 -0800
commit27df5311c5ea2b5b5ae9132a5e60277b2a5982d4 (patch)
tree65e7e8c11546697847935a3c3e491212199a6d06 /runtest.rb
parent4e3b421f136299f6104d359605644756cc412a6c (diff)
downloadkati-27df5311c5ea2b5b5ae9132a5e60277b2a5982d4.tar.gz
[C++] separate ninja shell script into two
Separate the environment variables out of the ninja shell script so that the caller can source the environment script and then manually call ninja. Change-Id: If977a8316dceae955d71c32d528232d8b3f3aeef
Diffstat (limited to 'runtest.rb')
-rwxr-xr-xruntest.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtest.rb b/runtest.rb
index c4938b9..7123113 100755
--- a/runtest.rb
+++ b/runtest.rb
@@ -43,6 +43,7 @@ def get_output_filenames
files = Dir.glob('*')
files.delete('Makefile')
files.delete('build.ninja')
+ files.delete('env.sh')
files.delete('ninja.sh')
files.delete('gmon.out')
files.delete('submake')