aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/test_interactive.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test_interactive.sh b/scripts/test_interactive.sh
index d309799..3b3fe0d 100755
--- a/scripts/test_interactive.sh
+++ b/scripts/test_interactive.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
-tast_target="$1"
+test_target="$1"
[ -z "$test_target" ] && {
echo "You need to select a test target!" 1>&2
@@ -8,7 +8,7 @@ tast_target="$1"
exit 1
}
-nix build .#checks.x86_64-linux."$tast_target".driver
+nix build .#checks.x86_64-linux."$test_target".driver
./result/bin/nixos-test-driver --interactive