From 96e4fa0d13b86ec6e7508b7bee163bde817c44e1 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 29 Mar 2012 14:36:45 -0600 Subject: [PATCH] promote `raco test'; demote `raco unpack' --- collects/compiler/commands/info.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/compiler/commands/info.rkt b/collects/compiler/commands/info.rkt index 7d97e9d09c..3fb1709547 100644 --- a/collects/compiler/commands/info.rkt +++ b/collects/compiler/commands/info.rkt @@ -4,9 +4,9 @@ '(("make" compiler/commands/make "compile source to bytecode" 100) ("exe" compiler/commands/exe "create executable" 20) ("pack" compiler/commands/pack "pack files/collections into a .plt archive" 10) - ("unpack" compiler/commands/unpack "unpack files/collections from a .plt archive" 10) + ("unpack" compiler/commands/unpack "unpack files/collections from a .plt archive" #f) ("decompile" compiler/commands/decompile "decompile bytecode" #f) - ("test" compiler/commands/test "run all tests associated with a set of paths" #f) + ("test" compiler/commands/test "run tests associated with files/directories" 15) ("expand" compiler/commands/expand "macro-expand source" #f) ("distribute" compiler/commands/exe-dir "prepare executable(s) in a directory for distribution" #f) ("ctool" compiler/commands/ctool "compile and link C-based extensions" #f)