mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-28 01:28:49 +01:00
tests: Use verbose output
This commit is contained in:
parent
9d4307c8a6
commit
d3e2457a89
@ -60,9 +60,9 @@ in {
|
||||
jis = "recode shift_jis..utf8"; # Easily convert shift_jis-encoded files to utf8
|
||||
utf16 = "recode utf16..utf8"; # Rarely, some files from Japan are utf16 instead
|
||||
jp = "LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8";
|
||||
vm = "cd ~/nix-config && nixos-rebuild build-vm --flake . && ./result/bin/run-${VARIABLES.hostname}-vm && trash put result ${VARIABLES.hostname}.qcow2";
|
||||
sw = "cd ~/nix-config && crystal run tests/main.cr --progress && sudo nixos-rebuild switch --flake .";
|
||||
st = "cd ~/nix-config && crystal run tests/main.cr --progress";
|
||||
vm = "cd ~/nix-config && crystal spec tests/main.cr --progress --verbose && nixos-rebuild build-vm --flake . && ./result/bin/run-${VARIABLES.hostname}-vm && trash put result ${VARIABLES.hostname}.qcow2";
|
||||
sw = "cd ~/nix-config && crystal spec tests/main.cr --progress --verbose && sudo nixos-rebuild switch --flake .";
|
||||
st = "cd ~/nix-config && crystal spec tests/main.cr --progress --verbose";
|
||||
|
||||
c = "tput reset"; # Clear the terminal completely
|
||||
e = "exit";
|
||||
|
Loading…
Reference in New Issue
Block a user