Skip to content

Tests Don't Work Following Directions #75

@dougransom

Description

@dougransom
doug@kite:~/code/bakage/dev_instructions$ just ci
just lint-sh
shellcheck -s sh -S warning ./**/*.sh
just test
mkdir -p build
cat ./src/shebang.sh > "./build/bakage.pl"
cat ./src/bakage.pl >> "./build/bakage.pl"
printf "\n" >> "./build/bakage.pl"
cat ./src/qupak.pl >> "./build/bakage.pl"
printf "\n" >> "./build/bakage.pl"
cat ./src/validation.pl >> "./build/bakage.pl"
printf "\n" >> "./build/bakage.pl"
cat ./src/cli.pl >> "./build/bakage.pl"
printf "\n" >> "./build/bakage.pl"
cat ./build/scripts.pl >> "./build/bakage.pl"
chmod +x "./build/bakage.pl"
just example/test
error: Unknown attribute `doc`
  ——▶ justfile:12:2
   │
12 │ [doc]
   │  ^^^
error: Recipe `test` failed on line 62 with exit code 1
error: Recipe `ci` failed on line 58 with exit code 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions