nix-on-droid: allow passing args to on-device-test

This commit is contained in:
Alexander Sosedkin 2024-02-14 23:38:45 +01:00
parent 3aab6a9ec4
commit 78349e4a81
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p bats ncurses
# Copyright (c) 2019-2021, see AUTHORS. Licensed under MIT License, see LICENSE.
# Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE.
set -ueo pipefail
@ -41,6 +41,6 @@ fi
mkdir -p ~/.config/nixpkgs
bats "${SCRIPT_DIR}" --verbose-run --timing --pretty
bats "${SCRIPT_DIR}" --verbose-run --timing --pretty "$@"
_cleanup