lifepillar / ASMake

An AppleScript build library
10 stars 3 forks source link

No output when tests are run with `asmake test`. #4

Closed lifepillar closed 9 years ago

lifepillar commented 9 years ago

In Yosemite, when tests are run with asmake test, no output is shown. Note that osascript Test\ ASMake.applescript works as expected, so maybe something has changed in AppleScript's run script.

lifepillar commented 9 years ago

I have filed a bug to Apple regarding scripts run with run script not logging/outputting anything. In ASMake, I work around the problem by compiling the test file and the loading it with load script. But this issue is becoming irrelevant, because, now that ASMake has handlers to build script bundles from source with embedded script libraries, I plan to add a task that builds a test script bundle that has ASMake as an embedded script library.