Skip to content

Commit

Permalink
Fix simple.sh to simple_example.sh in smoke test.
Browse files Browse the repository at this point in the history
  • Loading branch information
realazthat committed Aug 22, 2024
1 parent a7996ae commit 66af20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-ood-smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ echo -e "${GREEN}Success: excalidraw-brute-export-cli installed successfully${NC

npx --no-install excalidraw-brute-export-cli --version
npx --no-install excalidraw-brute-export-cli --help
bash examples/simple.sh
bash examples/simple_example.sh
echo -e "${GREEN}Success: excalidraw-brute-export-cli smoke test ran successfully${NC}"

echo -e "${GREEN}${BASH_SOURCE[0]}: Tests ran successfully${NC}"
Expand Down

0 comments on commit 66af20d

Please sign in to comment.