run-tests: quote scriptDir
scriptDir may contain spaces.
This commit is contained in:
@@ -277,7 +277,7 @@ examples() {
|
||||
./deploy-qemu-vm.sh
|
||||
./deploy-krops.sh
|
||||
"
|
||||
(cd $scriptDir/../examples && nix-shell --run "$script")
|
||||
(cd "$scriptDir/../examples" && nix-shell --run "$script")
|
||||
}
|
||||
|
||||
all() {
|
||||
|
||||
Reference in New Issue
Block a user