mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
fix: Race condition in concurrent analyzer
This commit is contained in:
+4
-4
@@ -8,9 +8,9 @@ pmg=$scriptDir/../bin/pmg
|
||||
echo "Running e2e tests..."
|
||||
|
||||
## All these should be successful
|
||||
$pmg npm install express --dry-run
|
||||
$pmg --dry-run npm install express
|
||||
$pmg --dry-run pnpm add express
|
||||
$pmg --debug --dry-run npm install express
|
||||
$pmg --debug --dry-run npm install express
|
||||
$pmg --debug --dry-run pnpm add express
|
||||
|
||||
## All these should fail
|
||||
$pmg --dry-run npm install nyc-config@10.0.0
|
||||
$pmg --debug --dry-run npm install nyc-config@10.0.0 || exit 1
|
||||
Reference in New Issue
Block a user