about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-02 01:38:54 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-02 01:38:54 -0800
commitdf8498fb8294cb07d02076cf3881617b5af07974 (patch)
tree18969ee204c4734cdb98d29a93ee0ae8191b08ff
parentd02aa9ac0b9e1130ffcd5a27aa1304e80eee08d9 (diff)
downloadmu-df8498fb8294cb07d02076cf3881617b5af07974.tar.gz
5864
-rwxr-xr-xbuild_and_test_until2
-rwxr-xr-xrun_one_test2
2 files changed, 2 insertions, 2 deletions
diff --git a/build_and_test_until b/build_and_test_until
index 0532f653..710e1d55 100755
--- a/build_and_test_until
+++ b/build_and_test_until
@@ -15,4 +15,4 @@ then
   echo $1 > .until
 fi
 
-ONLY_CPP=1 ./build --until $1  &&  ./subx_bin test $2
+./build --until $1  &&  ./subx_bin test $2
diff --git a/run_one_test b/run_one_test
index 04af6ba0..bc237c12 100755
--- a/run_one_test
+++ b/run_one_test
@@ -20,4 +20,4 @@ fi
 set -e
 
 ./debug_translate init.linux $(echo $FILES) /tmp/run_one_test.subx
-ONLY_CPP=1 CFLAGS=$CFLAGS ./subx --debug --trace run a.elf
+CFLAGS=$CFLAGS ./subx --debug --trace run a.elf
ef='#n150'>150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240