diff options
Diffstat (limited to '')
-rw-r--r-- | lux-jvm/commands.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lux-jvm/commands.md b/lux-jvm/commands.md index a54dc755f..325023dd6 100644 --- a/lux-jvm/commands.md +++ b/lux-jvm/commands.md @@ -34,11 +34,8 @@ cd ~/lux/stdlib/ \ ## Use new JVM compiler to compile tests for the Standard Library cd ~/lux/stdlib/ \ && lein clean \ -&& time java -jar ~/lux/lux-jvm/target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux - -## Run tests for the Standard Library -cd ~/lux/stdlib/target/ \ -&& java -jar program.jar +&& java -jar ~/lux/lux-jvm/target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux \ +&& java -jar ~/lux/stdlib/target/program.jar ``` ## Deploy |