| author | |
| committer | |
| log | 4dd17a7c9e3e5220a088087b3729354d6b85b279 |
| tree | 04450e71b1614e6820764bac4cfcd75a1f96a39a |
| parent | 2c681d7ba15e9eba2e94cb74e7e7d03c90c01863 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
src/main.cpp+1-1| ... | ... | @@ -1300,7 +1300,7 @@ int main(int argc, char **argv) { |
| 1300 | 1300 | } |
| 1301 | 1301 | } |
| 1302 | 1302 | |
| 1303 | if (!target_can_exec(&native, &target)) { | |
| 1303 | if (!target_can_exec(&native, &target) && test_exec_args.length == 0) { | |
| 1304 | 1304 | fprintf(stderr, "Created %s but skipping execution because it is non-native.\n", |
| 1305 | 1305 | buf_ptr(test_exe_path)); |
| 1306 | 1306 | return 0; |